• Hi,

    i want to reduce my navigation bar size of enigma theme. i am changing its padding in enigma-theme.css file as mentioned below:
    .navbar-collapse {
    max-height: 340px;
    margin-top: 25px;
    margin-bottom: 20px;}

    its working but after scrolling it downward the static of navigation bar is dislocated.

    please help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can add this to your Child Theme style.css file, or by using a Custom CSS plugin.

    .navbar-collapse {
        margin: 10px 0;
    }

    It works fine when testing it on the theme demo and halves the height of the menu.

    Hope this helps.

    Thread Starter shaneshwar

    (@shaneshwar)

    Thanks for reply. but still its not working. Main issue comes when we scroll down the page, navigation bar is not static. all pages in navbar (like home, about us, etc) is not getting displayed properly.

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

The topic ‘Enigma theme navigation bar size reduction’ is closed to new replies.