Header not responsive

Home Forums Jevelin Theme Header not responsive

Home Forums Jevelin Theme Header not responsive

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    RESOLVED Posts
  • MaxV
    Participant

    Hello!

     

    I am having problems with the header of my “home”-page-

     

    It is responsive to different screen-resolutions, however it is not correct, the menu and the logo go off screen on many devices (specifically all mobile/tablet devices). This does not occur on my other sub-pages.

     

    Any ideas on how to fix this?

    Hi @MaxV,

     

    Sorry to hear of the problem you are having.

     

    Could you please share me your site URL where it’s happening so that i can troubleshoot it?

    Best regards,
    Shufflehound team

    MaxV
    Participant

    My site url is http://www.studentunderhallning.se

     

    Compare the main page versus the “vimmel” page!

    It seems this is happening because of the following custom CSS code you are using on your so please test it temporary removing custom CSS code on your site.

     

    @media (max-width: 375px){
    #page-container .primary-mobile-light #header-mobile .sh-header-mobile-navigation .container {
        width: 156% !important;
        margin-right: auto !important;
    }
    #header-mobile .sh-header-mobile-navigation .container {
        position: relative;
        left: -47px;
        margin-left: auto;
        top: 0px;
    }
    }

    MaxV
    Participant

    Hello again!

     

    I edited the css (check the image).

     

    However, now I’m getting the error code “unexpected token ‘0normal’ at line 1, col 2478”

     

    I cannot save the css because of this error!

    Attachments:
    You must be logged in to view attached files.

    MaxV
    Participant

    Solution for this topic

    Hello,

     

    I solved the problem by updating the plugin.

     

    However, the code that you gave me does not work.

     

    I didn’t give you any code but asked you to temporary remove the existing code from your site.

     

    Awesome great to see you got it solved.

     

    Please advise if you have more questions.

     

    Have a fantastic day!

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