• Hello Onepress,
    We are considering a new theme and really like your demo. The only issue we have is that we are trying to make our header image as wide as the hero section, or full width.
    If I choose header contained, my header is nicely centered, but not full width. If I choose full width, my header is left aligned, and still shows large gap to right.
    Can someoen please advise how and where to make header image truly full width as wide as hero section?
    Greatly appreciated. We are working on theme after hours as to not disrupt our normal web presence.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author FameThemes

    (@famethemes)

    Hi,

    There is still some space (padding) on the left and right if you use the header full width mode. You can use this custom CSS code to remove the padding of the header full width.

    body .header-full-width .container {
        padding-left: 0;
        padding-right: 0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Make Header image full width like hero’ is closed to new replies.