Hi,
i’m trying to add more than 8 colums, in partner element grid or slider (it’s the same, i have 9 logos to show).
I tried adding code in logo_slider.php and i got to obtain 9 and 10 columns value on layout builder, but it broke layout of the element, wich is showing full screen size elements in a single columns for 9 and 10 values… can you provide a working code for this please?
Hey DesignProvider,
Thank you for the inquiry.
You may need to define the width for rows with 9 or 10 columns. Example:
div .av_one_eighth {
margin-left: 6%;
width: 7.25%;
}
div .av_one_ninth {
margin-left: 6%;
width: 5.777777777777778%;
}
div .av_one_tenth {
margin-left: 6%;
width: 4.6%;
}
Add the code in the Quick CSS field, then toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.
Best regards,
Ismael