Responsive header alignment

Home Forums Jevelin Theme Responsive header alignment

Home Forums Jevelin Theme Responsive header alignment

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • NorthumbrianTin
    Participant

    Hi Guys

    Getting a problem with the shopping cart not aligning correctly on mobile/ tablet header

    First screenshot below(from Iphone 6S) , second screenshot shows header alignment when screen is scaled – would like these to all fit on same line if possible. Can you help?

    Cheers D.

     

     

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

    Hi @NorthumbrianTin,

     

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

     

    To resolve the Responsive header alignment i tried to access your site but it is just displaying the message “Updated Website Coming Soon”

     

    Could you please temporary disable it or would you mind if i log in to your site and access your site? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will bee able see it.”?

     

    Best regards,
    Shufflehound team

    NorthumbrianTin
    Participant

    Coming soon is now deactivated 🙂

    Solution for this topic

    You can resolve it changing header logo image size 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-mobile-navigation .sh-table > .sh-table-cell:first-child {
        width: 60%;
    }
    
    .sh-header .sh-table > .sh-table-cell:first-child {
        width: 30%;
    }
    
    

    NorthumbrianTin
    Participant

    Fantastic – resolved – thank you 🙂

    You are most welcome here 🙂

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