Tagged: spacing
I have a banner image at the top of each page. The height of the image varies.
What is the best way to always have the same space on the top and bottom of the banners?
Sorry enfold support I forgot to add the user name in the private content. Now included.
Hi,
Thank you for the inquiry.
We added this css code to reduce the default padding of the main container and the color section below the image.
#top #main .avia-section .template-page {
padding-top: 0;
}
.template-page.content.av-content-full.alpha.units.av-enable-shadow {
padding-top: 0;
}
Please note that this modification will be applied globally and will impact all color sections.
Best regards,
Ismael