Hi,
I set a grid row element in a page (https://ergosolutions-transitions.ovh/particuliers-entreprises/articles-temoignages/) of my website and I would like to set a minimum width (200px) for a cell. Is it possible?
I tried with custom CSS and min-width but it is not working.
Any idea?
Cheers,
Demaup
Hey Demaup,
Can you please point to the grid row element with a screenshot, I’m not locating it.
Best regards,
Mike
Hi Mike,
For sure.
Here is an example of a page on which I would like to implement this option: https://ergosolutions-transitions.ovh/particuliers-entreprises/articles-temoignages/
On this picture you can see the element from a website view: https://imgur.com/a/R8vH3
On this one is a view from the Avia Builder: https://imgur.com/a/xYqyM
On this one a view of the element with the Custom CSS: https://imgur.com/a/JbZje
Not sure if it’s clear. Tell me if you need more things.
Cheers,
Demaup
Hi Demaup,
Its width is 20%, the actual width of the element is 288px on my screen, the better solution here is to remove some padding.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .flex_cell.no_margin.av_one_fifth.avia-builder-el-30 {
padding: 140px 20px 30px 0px !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
Thanks for your answer!
Cheers,
Demaup