Home › Forums › Jevelin Theme › Header Width
Home › Forums › Jevelin Theme › Header Width
Solution for this topic
Hi Ryan,
I hope you are well today and thank you for your question.
You can try making header width smaller 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-header:not(.sh-header-6) .container,
.sh-header-top:not(.sh-header-top-6) .container {
width: 70%!important;
max-width: 70%!important;
}
Best regards,
Shufflehound team
Try as in, this will work or might not work if I do it correct?
Regards
Ryan
Yes if you use it correctly as described above then it will work.