Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #752424

    Is it possible to remove the header site-wide, but keep the small bar above the header (where i can specify ‘extra elements’ in the theme control panel and have additional navigation)? There is another thread in the forum that suggests using
    .title_container { display: none; }

    … but that disables the small bar above the header I wish to keep.

    Thanks!

    #752429

    Hey lzevon!

    Please add following code to Quick CSS

    #header_main { display: none !important; }

    If you need further assistance, please post a link to your website

    Cheers!
    Yigit

    #752433

    Thanks Yigit – now I see an misalignment with the top bar and the body of the page (I have the width set to boxed / 1130px)?

    See attached (private). I have so much text to the right of the logo that I’m thinking it’s easier to forgo the header and build it in as a responsive element on each page.

    Thanks!

    #752436

    Hey!

    Please add following code to Quick CSS as well

    .html_boxed #main {
        position: absolute;
    }

    Cheers!
    Yigit

    #752441

    That created a weird effect on an interior page (see attached)?

    #752456

    Hey!

    Please change the code to following one

    .html_boxed #main {
        width: 100%;
    }

    Cheers!
    Yigit

    #752457

    Looking good – thanks!

    #752463

    Hi!

    You are welcome! Let us know if you have any other questions or issues!

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Disable header site wide but keep extra elements bar?’ is closed to new replies.