Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #122049
    edilt
    Participant

    Hi!

    I have a problem with the width of my nav menu. I add a page on it but then it start a new line.
    I want to make a one line nav menu and i have already tried to modify the margins in style.css file. It doesn’t work, even i have an epmty cache, both wp and chrome.

    There is a better solution?

    Thanks

    this is the site http://www.rural.it/

    #122071
    tikaram
    Keymaster

    @edilt : Go to Appearance => Customize => Additional css and add the following css.

    .nav-primary .wrapper {
    	text-align: center;
    }
    .clean-journal-nav-menu li {
    	width: auto;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘nav-menu margins’ is closed to new replies.