Header Width

Home Forums Jevelin Theme Header Width

Home Forums Jevelin Theme Header Width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • rypowell
    Participant

    Hi,

     

    How do I make the header width smaller on my site http://www.justsportsocial.com?

     

    Regards

     

    Ryan

    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

    rypowell
    Participant

    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.

Viewing 4 posts - 1 through 4 (of 4 total)