Jevelin theme on my mobile

Home Forums Jevelin Theme Jevelin theme on my mobile

Home Forums Jevelin Theme Jevelin theme on my mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • yhatzis
    Participant

    I noticed that in my mobile in every page there is enough white space on top.

    I noticed that there is this setting

    <header class primary-mobile style height: 339px;”>~</header>
    in every page

    How could I change the style height to 100px

    I can’t find…

    Hi @yhatzis,

     

    I hope you are well today and thank you for your question.

     

    You can remove 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

     

    header.primary-mobile {
        height: auto !important;
    }

    Best regards,
    Shufflehound team

    yhatzis
    Participant

    It works, but unfortunatelly the page seems under main menu.

    So I change the

    height: auto !important;

    to

    height: 100px !important;

    and now I think there is no problem.

    Thank you for your help.

    You are most welcome here 🙂

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