Blendit mobile menu color and place

Home Forums Blendit Theme Support Blendit mobile menu color and place

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #128295
    GerbenGerben
    Participant
    • Topics: 2
    • Replies: 1
    • Total: 3
    Member since: October 20, 2016

    Hello, Can you help me with the following:
    In the Blendit Pro theme, I have a problem with the mobile display. The menu has no color (transparent) where can I change this? ….. and … would I like to see the menu at the top instead of over the text? ..

    I would like to hear what the possibilities are.

    This concerns the website: https://fysiofitborger.nl

    #128496
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30586
    • Total: 30586
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width:479px) {
    .toggle a {
        position: absolute;
        top: 0;
    }
    
    .header .header-inner .logo {
        margin: 44px 0 0 0;
    }
    #welkom .container {
        padding: 0 20px 30px;
    }
    }

    Regards,
    Chris

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