Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #627551
    #628142

    Hi 1039 Online,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #628365

    Sure thing. See private content area.

    #629620

    Hi,

    Add a space between the “About” and “News” menu item. Something like this will do:

    #menu-item-367 {
        margin-right: 50px;
    }
    
    #menu-item-363 {
        margin-left: 50px;
    }

    Adjust if necessary.

    Best regards,
    Ismael

    #637645

    Ismael, the code you provided does create a gap between menu items. However, I’d like the two halves of the menu to be centered on the page. If you go to the site, you’ll see that there is more space between the left half of the menu and the logo than the right half of the menu and the logo. I played around with the code you gave, changing the number of pixels for the right and left margins, but did not get it to work.

    #638810

    Hi,

    you can use this code:

    #menu-item-407, #menu-item-553, #menu-item-362 {
    left: 94px;
    }
    

    and this:

    #menu-item-554, #menu-item-546, #menu-item-366 {
    left: -41px;
    }
    

    Adjust as needed.

    Best regards,
    Andy

    #638830

    Awesome. Works great. Thanks, Andy.

    #638854

    Hi,

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Logo centered in middle of menu’ is closed to new replies.