Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author nobita

    (@nobita)

    Hi saga1984

    Although it is my imagination,

    You, because did not like gradation of the main navigation, it’s you have customized ?

    #access,
    #primary,
    #secondary,
    .home
    .sticky{background:black;}

    It to success, but it was causing the problem when you click

    I propose a different way. Please delete the first customized CSS

    Dashboard / Appearance / Customize /

    Presentation / Color Scheme / Base Color

    Color Picker Set to Black

    Saved

    Thank you

    Thread Starter saga1984

    (@saga1984)

    #access,
    #primary,
    #secondary,
    .home .sticky{
    background: black;
    }

    was removed in style css

    and color picker set to black but the menu is still bouncing to the left.

    perhaps its the centering of the menu that is causing it? I can’t remember how that was accomplished to try and remove the code that centers the menu in style css.

    Theme Author nobita

    (@nobita)

    Raindrops theme, version 1.305 or later, by default, to place the menu in the center.

    Version 1.304 and earlier, had been set on the left side.

    If, previously, if you are going to customize for the central deployment, you will need to remove it.

    Thread Starter saga1984

    (@saga1984)

    It must have been an earlier version because I remember it being set to the left when styling it to be centered, but sadly I can’t remember how I did that. However, I am currently fully up updated for the current version.

    Theme Author nobita

    (@nobita)

    Please try at the end of the combined style

    #top #access .menu-header, #top div.menu{
    width:auto;
    }
    Thread Starter saga1984

    (@saga1984)

    Ah yes! Thank you so very much! It is working perfectly now!

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

The topic ‘Primary Navigation Menu Jumping’ is closed to new replies.