Home Forums Jevelin Theme Light menu change colors? Reply To: Light menu change colors?

Home Forums Jevelin Theme Light menu change colors? Reply To: Light menu change colors?

You can pad to the right it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

@media (min-width: 1027px){
.header-standard-position .sh-nav-container ul {
    margin-right: 80px;
}
}