Hi
I have a layout of 4 columns which looks fine in pc mode but when viewed in mobile mode all the elements are on top of each other – I need to put a gap between each – could someone please help me out
pic attached https://ukwebmanagement.com/elements.jpg
Thanks
Hi PhatJ,
Are you using a Grid Row or Columns? can you give us a link showing the page? so we can try to inspect and give you an accurate CSS code to fix it.
Best regards,
Nikko
Hi PhatJ,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
#top .av-flex-placeholder {
display: block;
height: 50px;
}
}
Best regards,
Nikko
that worked great thank you
Hi PhatJ,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko