• When this post, and others, are accessed on a mobile the title comes on top of the menu. Is there a way to have both on and not on each other?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @alan776,

    Sincere apologies for the extremely long wait, we have been a bit shorthanded and on the other hand overwhelmed with work during this covid situation.

    Add the following code to the Custom CSS field in your Customizer (Appearance > Customize > Custom CSS/JS):

    @media only screen and (max-width: 769px) {
    .oceanwp-mobile-menu-icon.clr.mobile-right {
        padding-top: 70px;
    }
    }

    Let me know if this worked out for you.

    Best of luck with your website

    Thread Starter alan776

    (@alan776)

    Thanks to get back to me.

    It does solve the issue in the individual pages / posts but then it ruins the position of the menu in the home page, putting it again underneath the title. This always happens on mobiles and tablets, desktops are fine.

    Also, noted that when adding this code, it’s takes off the link options to navigate the site through the site breadcrumbs.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu / Blog title issue on Mobile’ is closed to new replies.