Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • griong Friend
    #750622

    I made screenshot, how it is, if I move LS back to head-search position – then collapsed menu working.

    Ninja Lead Moderator
    #750690

    <em>@griong 495742 wrote:</em><blockquote>Hi, @ninja Lead!

    Honestly, I don’t know how to make screenshot which will reflect trouble.
    In top right corner (right end of nav bar) you see sign of collapsed menu (3 horizontal bars)
    When I pressed it before – it dropped down collapsed main menu.
    Now it does not work on any language start page.</blockquote>

    Hi,

    You can pm me admin login backend of your site. I will help you to check the configuration directly on your site.

    Regards

    Ninja Lead Moderator
    #750739

    <em>@griong 495753 wrote:</em><blockquote>I made screenshot, how it is, if I move LS back to head-search position – then collapsed menu working.
    </blockquote>

    Hi,

    I fixed this bug directly on your site with the solution below

    Open templates/purity_iii/css/custom.css file

    find and change

    .language-switcherload {
    position: absolute;
    top: 0px;
    right: 0px;
    padding-right: 80px;
    height: 55px;
    }
    @media (max-width: 767px) {
    .language-switcherload {
    padding-right: 120px;
    }
    }

    to

    .language-switcherload {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: 80px;
    height: 55px;
    }
    @media (max-width: 767px) {
    .language-switcherload {
    margin-right: 120px;
    }
    }

    Now you can see it’s working fine on your site.

    Regards

    griong Friend
    #750757

    Thank you a lot, Ninja Lead!
    I see now.

Viewing 4 posts - 16 through 19 (of 19 total)

This topic contains 19 replies, has 2 voices, and was last updated by  griong 9 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum