I am currently facing a problem.
I want to put different logos in the section slideshow on a start page (see screenshot).
On the one hand it works but I want to set a 2nd row (see red line on the screenshot), with a 2nd CSS code. It does not work. The logos used up to now keep shifting.
I have also sent the current CSS code. (Secure)
Custom development is beyond the scope of moderator support here. Gantry supports adding CSS classes and inline HTML tag attributes (like 'style') in a number of places to support custom code. Section Settings, Particle/Block Settings.
You could use 3 image/logo particles, or 3 custom html particles - in a Grid within that Section... just ensure your image files are all the same height and width... Gantry uses flexbox so you can write custom css for flexbox and target any given .g-grid (
flex container
) or .g-block (
flex item
) for how you want the particle output to align
SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT