Hi,
I’m using a 1/5 – 3/5 – 1/5 element in the middle of my homepage.
I want the one with the blue background to have the same space on mobile on the left and on the right as the other elements.
But I don’t know how to do this. They are all elements inside a cell row.
I hope you get what I mean. It’s just visible on mobile.
Link on private content.
Best regards
Hey northorie,
Thank you for the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
#top.home .flex_column.av_three_fifth.avia-builder-el-17 {
transform: scale(1);
}
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
perfect! thank you!
can I also change the align to the left only on mobile?
Hi,
can I also change the align to the left only on mobile?
Please include this rule inside the css media query above:
section.av_textblock_section.av-lvcplt6h-8c220bafc999e83523d9201a8a1a9d5d div * {
text-align: left;
}
Best regards,
Ismael
Awesome! Thank you :)
Topic can be closed
Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard