A few issues with footer on mobile

Home Forums Jevelin Theme A few issues with footer on mobile

Home Forums Jevelin Theme A few issues with footer on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • MonologueHQ
    Participant

    Our footer / copyright notice has very little padding on mobile. We would like to create more space on the top of the blue section as well at the bottom of the blue section.

    We would also like to have the two sections ‘Links’ and ‘Contact’ on the same row on mobile.

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

    Hi @MonologueHQ,

     

    Thank you for your questions.

     

    Our footer / copyright notice has very little padding on mobile. We would like to create more space on the top of the blue section as well at the bottom of the blue section.

    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

     

    @media (max-width: 900px){
    #page-container .sh-footer .sh-copyrights {
        padding: 20px 10px;
    }
    }

     

    We would also like to have the two sections ‘Links’ and ‘Contact’ on the same row on mobile.

    You can try achieving this using the Yellow Pencil editor in responsive mode as described in the below page.

     

    https://support.shufflehound.com/how-to-change-almost-any-element/

     

    Best regards,
    Shufflehound team

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