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

    I have an issue with “The Old Rectory Gardens” Logo on tablet landscape it seems to run into the menu text see http://theoldrectoryg.staging.wpengine.com/ (hosted on WPengine) I have set the header “mobile menu” tab to Activate for smart phones and tablets (browser width below 990px. Can you please help

    • This topic was modified 7 years, 5 months ago by condonpb.
    #807285

    Hey condonpb,

    I couldn’t see any overlapping when checking on Chrome, in what browser are you seeing that? Could you post a screenshot of what you are seeing on your end as well please?

    Best regards,
    Rikard

    #807614

    Rikard

    Did you scroll down the homepage ? as this is when logo appears

    see http://theoldrectoryg.staging.wpengine.com/Screenshot.jpg (hosted on WPengine)

    #807816

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling to activate the mobile menu at an earlier point:

    @media only screen and (max-width: 1365px) {
    nav.main_menu {
      display:none !important;
    }
    #advanced_menu_toggle, #advanced_menu_hide {
      display:block !important;
    }
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.