Problem to reduce the height of the title bar

Home Forums Jevelin Theme Problem to reduce the height of the title bar

Home Forums Jevelin Theme Problem to reduce the height of the title bar

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • jemano
    Participant

    Please can you tell me how to reduce the height of the title bar, I already did everything but I still do not reduce.

    thanks for your help

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

    Hi @jemano,

     

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

     

    Could you please share me your site URL where it’s displaying so that i can help you to reduce it?

     

    Best regards,
    Shufflehound team

    jemano
    Participant

    I have 2 problems.
    1.- The top of the menu
    2.- It has moved downwards leaving a space at the top
    I leave the portal access.

    Many thanks for your help!

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

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

     

    .sh-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    @media (max-width: 782px){
    body.admin-bar #page-container .sh-sticky-mobile-header.sh-sticky-mobile-header-active {
        margin-top: 0 !important;
    }
    }

    jemano
    Participant

    Still with the same problem, you can enter the portal and fix it?
    Many thanks in advance

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

    I could confirm the provided CSS code is working fine on your site.

     

    Please see the attached screenshot taken before and after using the CSS code.

     

    Please test it clearing your browser cache.

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

    nitinjotwani
    Participant

    Worked for me. Thanks 🙂

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