Okay
  Public Ticket #240936
Reducing/Removing Column Space
Closed

Comments

  • Andrew started the conversation

    Hello!

    Thank you for solving my previous problem with centering (:

    Two questions:

    1. I want to give more room for my Menu Items. 

    Using css, can you remove/reduce the 2nd column space between the logo and the menu items? 

    2. When I zoom in from 150%-175%, my menu items begin to get pushed down, as shown in the attached picture.

    Is there a solution via css that can resolve this?

    Thank you for your help,

    Best Regards,

    Andy

  •  8,472
    Tahir replied

    Hey Again!

    Please use this css to adjust the menu padding:

    body header#top nav > ul > li > a {
        padding-right: 10px;
        padding-left: 10px;
    }
    
    

    Please try using the Chrome Emulation mode to test site responsiveness. See screenshot: http://prntscr.com/3yyyuq

    Thanks


    ThemeNectar Support Team 

  • Andrew replied

    Thanks Tahir!