• Hi all,

    I’m trying to move my site menu down a little bit so it’s more inline with my site logo on the left. I’ve been trying various CSS codes in the ‘Additional CSS’ bit of the Customizer but nothing is budging it.

    Any help would be great.

Viewing 3 replies - 1 through 3 (of 3 total)
  • @watercool

    if you have a link to the site, that would be fantastic, else, perhaps the html code containing the menu and the CSS you’re trying

    Thread Starter watercool

    (@watercool)

    Yeah you should be able to see what I mean if you see the site..

    Website Link

    @watercool

    this is the CSS in style.css

    #header #ql_nav_collapse {
        padding: 0;
        display: block;
        margin: 12px 0;
        text-align: right;
    }

    if you change the margin from 12px to 40px that should be closer to what you are attempting.

    you can put the below code in Additional CSS, it should work

    #header #ql_nav_collapse {
        padding: 0;
        display: block;
        margin: 40px 0;
        text-align: right;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Move menu down’ is closed to new replies.