the last section of my web side is three column with three post each in a magasin-box.
This is the same on the precedent section but the last one is not responsive.
I tried to copuy past the column from the other section but nothing changes…
my website is http://lionsroad.eu
Thank you for your help
PS i also have trouble with the title of this section but I puted it in an another topic
Hey antoinevs,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
.flex_column {
width: 100%!important;
margin-left: 0!important;
}}
Best regards,
Yigit
it works…
but the thumbnails are still smaller than in the other sections :-s