Okay
  Public Ticket #406522
Menu Padding - "Centered Menu Alt"
Closed

Comments

  • Nick started the conversation

    Hello Gents.

    I am experiencing with making my logo centered and the navigation below. When I select the "Centered Menu Alt" option and set my logo height (309px) the menu under the logo is HUGE!

    col span_9 col_last is 308px tall.

    and

    element.style {

    padding-bottom: 146px;
    padding-top: 146px;
    }

    I read somewhere to set the "Header Padding" to 00, but I don't see it change much.

    I also imported the Blog Creative and overwrote the settings from the txt file, except for the logo and "Centered Menu Alt" option.

    Thank you!

  •  8,849
    Tahir replied

    Hey,

    Can you provide the page url and what exactly you are trying to achieve with the logo. Also remove your custom css.

    Thanks


    ThemeNectar Support Team 

  •   Nick replied privately
  •  8,849
    Tahir replied

    Hey Again,

    Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.

    Thanks


    ThemeNectar Support Team 

  •   Nick replied privately
  •  1,075
    ThemeNectar replied

    Hey! Add this into the custom css box in the Salient options panel:

    header#top nav>ul>li>a {
      padding: 0px 10px 0px 10px!important;
    }