Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1472549

    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?

    Banner Image Example

    #1472552

    Sorry enfold support I forgot to add the user name in the private content. Now included.

    #1472560

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.