Home Forums WoodMart support forum Need help for Mobile View footer

Need help for Mobile View footer

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #245278

    vijay
    Participant

    Hi Support,

    1. I need help to setup footer, in mobile view images are not showing proper. if possible hide in mobile view.

    2. I want to remove extra space. image is attached.

    Please attached see image. User and passport in private content.

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

    Hello,

    I saw the screenshots you attached.

    1) And to remove from mobile try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .min-footer img {
    	display: none;
    }

    2) Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .min-footer img {
    	margin-top: -50px;
    }

    Best Regards.

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