Home Forums Theme support Vital Theme – Menu buttons off centered.

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 1 year ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Greetings, I just updated to Vital 1.1. Looks fine and functioning properly except for the menu buttons in the header. It’s off centered. Is there something I need to do to re-center the menu item? Please advise. Thank you.

    Website: https://www.teasehairstudio.net

    Hi,

    thank you for your post. You can add this CSS code at the end of your style.css file to fix the problem:

    .menu-item i.icon- {
    display: none !important;
    width: 0;
    visibility: hidden;
    }
    header ul#menu i.icon- + a {
    padding-left:12px !important;
    }

    Normally, on the left of each menu item is an icon, looks like you don’t use it, that’s why there is the white-space on the left. With the CSS code above you can fix it.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.