Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #829194

    Hello,

    I am getting the social icons repeated on 800×600 and 768×1024 layouts – I don’t want them right of the hamburger (ever).
    Another header question is perhaps a reach, but I’m looking to format the menu/button navigation as provided in the imgur link.

    Thank you!

    #830034

    Hey lzevon,

    Please, may you provide to us your website link and the WP and FTP credentials?

    Best regards,
    John Torvik

    #830188

    Here…

    #831569

    When can I expect to hear back about this ticket? Please see comments in private content.

    #831698

    Hi,

    Sorry for the late reply. Please try the following in Quick CSS under Enfold->General Styling:

    .main_menu .social_bookmarks {
      display:none !important;
    }

    Best regards,
    Rikard

    #838882

    I still see issues with the right side of the header area on responsive layouts. It seems to be picking up the header widget (I adapted functions.php to include a ‘donate’ button that I would like to hide on view smaller than 800×600. I never want the vertical divider in the header to the right of the mobile menu hamburger. Also on 800×600 and 768×1024 the logo appears outside the header area and I would like it to stay within the green header area.

    Thank you

    #839134

    Hi,

    Please try this CSS as well:

    .avia-menu.av_menu_icon_beside {
        border-right-width: 0 !important;
    }

    Best regards,
    Rikard

    #840094

    Thanks Rikard – any idea why the logo appears outside the header area on some responsive layouts?

    #840275

    Hi,

    No I don’t unfortunately, I couldn’t reproduce that on my end using Chrome. In what browser and resolution are you seeing that?

    Best regards,
    Rikard

    #840584

    I am also using Chrome and viewing without zoom of any kind. See my screencast and please let me know.

    #840753

    Hi,

    Thanks for that, I see what you mean now. Please try the following in Quick CSS:

    @media only screen and (min-width: 768px) {
    .responsive .logo img {
        max-width: 75% !important;
    }
    }

    Best regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘header questions (social icons and menu buttons)’ is closed to new replies.