• Resolved robcnz

    (@robcnz)


    Hi everyone, I’m getting there with my theme personalisation for my web site which I’m quite happy with.

    When I click on a menu item, the text jumps. I have no idea on where to check for this.

    Would someone please give me a tip so I can fix this issue?

    I’m wondering if this menu is done using javascript or CSS? Would it be better to do it as CSS and if so, is this possible?

    thanks,
    Rob

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author presscustomizr

    (@nikeo)

    Hi,
    This is due to these custom CSS lines :

    .navbar .nav > li > a:active, .navbar .nav > li > a:active:first-letter, .navbar .nav > li.current-menu-item > a, .navbar .nav > li.current-menu-ancestor > a {
    color: #666;
    font-weight: bold;
    }

    The bold font makes the container wider. Switch to font-size:normal for a quick fix.

    Hope this will help

    Thread Starter robcnz

    (@robcnz)

    Brilliant thank you very much Nikeo, I am amazed at how quickly you can figure this stuff out!
    Rob

    Theme Author presscustomizr

    (@nikeo)

    You are welcome @robcnz. I am simply used to do it as it is my job 😉
    If you are happy with the help, a very appreciated way to say thank you is to give a review! (Of course you don’t have to, just if you feel like it).

    Thanks and enjoy the theme

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

The topic ‘Moving menu on click’ is closed to new replies.