Hey there,
I would like to shorten the distance between elements in different sections (e.g. on the starting page) between first image and the “image menu” underneath. Especially on mobile, there is too much space. How do you choose the elements and make them appear closer to each other? I bet there is more than one way – which one would you prefer?
Thanks in advance!
Kind regards
Marcel
Hey Marcel,
It’s defined in css, you can add this css code in Quick CSS, located in Enfold > General Styling:
#top .content {
padding-top: 20px;
padding-bottom: 20px;
}
The default padding is 50px top and bottom, just adjust it as you see fit.
Hope this helps.
Best regards,
Nikko