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
#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.
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.
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.
Please try at the end of the combined style
#top #access .menu-header, #top div.menu{
width:auto;
}
Ah yes! Thank you so very much! It is working perfectly now!