I'm sorry, I probably wasn't very clear on what i wanted to achieve.
I have SVG logos in the Clients carousel. As they are SVGs, they are currently fitting in the column with what looks like auto height. I tried putting in the following in the Custom CCS Code box, but it didn't work:
.clients { height: 80px !important; }
Are you able to tell me the custom ccs so i have a fixed height, and auto width?
Also, is there a way to increase padding between each carousel item?
Hi,
Is there a way to add a maximum height to a row? Or to columns inside a row?
Thanks
Hey Again,
You can use the Row Settings and check :
Thanks
ThemeNectar Support Team
I'm sorry, I probably wasn't very clear on what i wanted to achieve.
I have SVG logos in the Clients carousel. As they are SVGs, they are currently fitting in the column with what looks like auto height. I tried putting in the following in the Custom CCS Code box, but it didn't work:
.clients {
height: 80px !important;
}
Are you able to tell me the custom ccs so i have a fixed height, and auto width?
Also, is there a way to increase padding between each carousel item?
Thanks again.
Try below, though gonna need a live url to provide 100% working CSS .
Thanks
ThemeNectar Support Team