[Resolved] Mobile menu partially covered

Home Forums Support [Resolved] Mobile menu partially covered

Home Forums Support Mobile menu partially covered

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

    hi, my mobile menu container seems to be align to right side, so it makes part of the menu hidden. please i need your help, thank you in advance!

    #343122
    Leo
    Staff
    Customer Support

    Hi there,

    Can you link us to the page? Thanks!

    #343182
    Kaleem

    ok sir. TAJForum.com

    #343208
    Leo
    Staff
    Customer Support

    You have this CSS added:

    .nav-aligned-center.nav-above-header .main-navigation, .nav-aligned-center.nav-below-header .main-navigation {
        text-align: center;
        margin-left: 32px;
        margin-right: 31px;
    }
    #343239
    Kaleem

    oh ok, so what should i do to maintain the design?

    #343247
    Leo
    Staff
    Customer Support

    Wrap it like this so it’s desktop only:

    @media (min-width:769px) {
        .nav-aligned-center.nav-above-header .main-navigation, .nav-aligned-center.nav-below-header .main-navigation {
            text-align: center;
            margin-left: 32px;
            margin-right: 31px;
        }
    }

    More info here: https://generatepress.com/forums/topic/how-do-i-search-for-my-previous-posts/#post-263744

    #343273
    Kaleem

    thanks for your help!

    #343437
    Leo
    Staff
    Customer Support

    No problem!

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