• you can see my site here https://www.bent.co.in/wordpress

    any code snippet to reduce the navbar box height and also bring the right side in line with the carousel and not extend all the way till screen end?

    i’ve not been able to fix it with Adjust Navbar Box Settings post or any other.

    thanks!

Viewing 1 replies (of 1 total)
  • The code I posted should reduce height of entire navbar, not just the box (but I don’t see box on your site?

    To move your menu to the right try this code in your custom CSS:

    .tc-header .brand {
    margin-right: 0px;
    }

    You will need to change the pixels to what you need. This should add padding to your logo so you can move menu to line up with carousel. This is the best I can do there might be a better way.

    You can also try:

    .tc-header .brand {
    float: right;
    }

    That might work.

Viewing 1 replies (of 1 total)
  • The topic ‘navbar box height’ is closed to new replies.