Hello. On my page I have added a color element. At desktop screen widths, there is some space between the thumbnail image and the previous element (screenshot). But at mobile screen widths (>768 px), there is no space between the thumbnail image and the previous element (screenshot). Is there a way within the theme/page builder to add some top padding to the element at these screen widths? Or would I have to simply add my own custom CSS?
Thanks.
Hey FeedXL2019,
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
@media only screen and (max-width: 767px) {
#top .avia-image-container {
margin-top: 20px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
OK thanks, that worked. We can consider this resolved.
Hi FeedXL2019,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko