I'd like to customize the number of services displayed per row of the catalog view. right now, only shows either 2 items per row or 1 (if window scaled or columns used). no reason i shouldn't be able to show 3 or 4/row with a wider column space. I don't want to override the CSS (which i think will cause more problems than it solves).
Do you have any commands or shortcodes or suggestions on how to control the number of items shown per row in the catalog 2.0 view?
Currently, there isn't a built-in option in Amelia to control the number of items displayed per row in the catalog view, apart from using CSS. To achieve the desired layout, you would need to apply custom CSS. Unfortunately, there's no specific shortcode or command for this within Amelia.
If you'd like, I can guide you on how to implement the CSS to adjust the number of items per row without causing any issues.
I'd like to customize the number of services displayed per row of the catalog view. right now, only shows either 2 items per row or 1 (if window scaled or columns used). no reason i shouldn't be able to show 3 or 4/row with a wider column space. I don't want to override the CSS (which i think will cause more problems than it solves).
Do you have any commands or shortcodes or suggestions on how to control the number of items shown per row in the catalog 2.0 view?
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Yes, please! I'd like your instructions for adding CSS
Hello Matt,
Please try the following CSS for this purpose:
.amelia-v2-booking #amelia-container .am-fcil__item {
width: 33% !important;
}
Let me know if that works for you.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables