Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #303390

    Hi –
    Put an image element at the top of the page using the layout builder. I have transparent header on. Looks great. But Is there any way to have the image underneath the header? I tried setting the image as background for the color section but I can’t get the whole image to appear.

    #303567

    Hey blankonblank!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    .html_header_transparency #top #wrap_all #main {
    padding-top: 0;
    margin-top: -88px;
    }

    Cheers!
    Ismael

    #303584
    This reply has been marked as private.
    #303786

    Hi!

    Please use following code instead

    .page-id-97 #main {
    padding-top: 0 !important;
    margin-top: -88px !important;
    }

    Regards,
    Yigit

    #303882
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Full Width Image Beneath Header’ is closed to new replies.