Home Forums Jevelin Theme Header alignment issue Reply To: Header alignment issue

Home Forums Jevelin Theme Header alignment issue Reply To: Header alignment issue

It seems this is happening because of em unit used in the padding of menu.

 

You can try resolving this issue by changing unit to px 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

 

.sh-nav li.menu-item {
    padding: 0 71px 0 0;
}