How can I center a log between menu items. An example of what I would like to do is shown in this screenshot: https://snag.gy/85U3Kp.jpg
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
Sure thing. See private content area.
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
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.
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
Awesome. Works great. Thanks, Andy.
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