Footer Logo off centre on Mobile Devices

Home Forums Jevelin Theme Footer Logo off centre on Mobile Devices

Home Forums Jevelin Theme Footer Logo off centre on Mobile Devices

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

    Strange little thing, the Footer Logo looks good and perfectly aligned on desktop, but looks misaligned (too much to the left) on mobile. You can check it at surgeea.com. No big deal but it would be nice to center it.

     

    Cheers,

    Surge

    Solution for this topic

    Hi Surge,

     

    I hope you are well today and thanks for posting here.

     

    You can resolve this issue 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

     

    @media (max-width: 900px){
    #page-container .sh-copyrights-logo {
        padding-right: 0;
    }
    }

     

    Best regards,
    Shufflehound team

    Surge
    Participant

    Flawless. Thank you very much 🙂

     

    Best regards,

    Surge

    You are most welcome here 🙂

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