• Resolved dennistd

    (@dennistd)


    Is there a way to reduce the space between the logo and top menu items?

    I would like the menu (with all items) to have same width as the page article. But as it is now, I cant have all my menu items without the menu creating a second line, unless I expand the master head width.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • HI there,

    I noticed you have set this CSS code:

    
    @media only screen and (min-width: 1025px){
    header#masthead>div.container {
        width: 80%;
    }
    }
    

    Have you tried to expand the width to 100%?

    If its still not working, maybe you need to add the !important rule to the code like this:

    
    @media only screen and (min-width: 1025px){
    header#masthead>div.container {
        width: 100% !important;
    }
    }
    
    Thread Starter dennistd

    (@dennistd)

    Thank you for your reply.

    I have tried this, but setting this to 100% only makes the space between the logo and the menu bigger.

    Hi dear programmer,
    I have a problem
    plz help me ,

    after all page in my website this code added ( ?v=7516fd43adaa )
    I dont know where is it and how can I remove it ,
    my website is https://www.el1.ir/fa
    thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Astrid Menu’ is closed to new replies.