Centering the mobile logo

Home Forums Jevelin Theme Centering the mobile logo

Home Forums Jevelin Theme Centering the mobile logo

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • ctang93
    Participant

     

     

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

    Hi @ctang93,

     

    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 achieve it?

     

    Best regards,
    Shufflehound team

    ctang93
    Participant

     

     

    You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

     

    Admin Area -> Appearance -> Customize -> Additional CSS

     

    .sh-header-mobile .sh-table-cell.sh-group {
        width: 100%;
        display: table-caption;
    }
    
    .sh-header-mobile-navigation .header-logo img {
        margin: 0 auto;
    }
    
    .sh-header-mobile .header-logo {
        float: none;
    }
    
    .sh-header-mobile .sh-table-cell.sh-group .sh-table-cell,
    .sh-header-mobile a.header-logo-container.sh-table-small {
        display: block;
    }

    ctang93
    Participant

    hey it works well.. thanks.. But, when i scroll down the c-hamburger menu bar is off location.. can u help me to put it on the right side perfectly?or just make it disappear..

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

    You can remove it using below custom CSS code.

     

    #header-navigation-mobile {
        display: none;
    }
Viewing 6 posts - 1 through 6 (of 6 total)