Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #28474

    When the website is viewed on a tablet, the navigation hides behind the logo.

    On the newsletter page, how do you turn off header with the breadcrumbs to match the rest of the is site.

    http://fcapadvisors.com/newsletter/

    #137647

    Hi chriss922009,

    For the navigation, you can either change the width at which the menu switches to a mobile menu following this guide: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger?replies=5#post-132320 or just use less menu items or shorter names.

    For any page you can remove the header from the right hand side of the page editor inside the Layout meta box. Look for the dropdown for Header option.

    Regards,

    Devin

    #137648

    Ok. Thank you for mobile menu guide.

    The Header option for the newsletter is set to the following:

    Layout:

    Right Sidebar

    Sidebar Setting:

    Sidebar Blog

    Header Settings:

    Don’t Display the Heading

    Footer Setting:

    Display Only Socket (no footer)

    #137649

    Hey,

    Just add this on your custom.css or Quick CSS:

    .blog .stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
    display: none;
    }

    Regards,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Tablet CSS & Newsletter Header’ is closed to new replies.