Home Forums WoodMart support forum how to make footer in mobile version at center

how to make footer in mobile version at center

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #315595

    hamda77
    Participant

    Hi

    I want to remove the line between email and social media icons in footer also I want to make the footer in mobile version at center. Please check the attached screenshot.

    Best Regards,

    #315639

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .footer-column-1 .widget {
        border-bottom: 0;
    }
    
    .footer-column {
        text-align: center;
    }

    Best Regards

    #315642

    hamda77
    Participant

    I tried it its not working

    #315647

    Hello,

    I have logged into your website, cleared the cache and the CSS is working fine. Please clear cache and check back.

    Screenshot for Clarification: https://gyazo.com/2ae350b27353efc0ce0833241ce28298

    Best Regards

    #315650

    hamda77
    Participant

    its working now

    the space above the email i marked it as space 1 can you make it equal to the space between who we are and the social media icons i marked it as space 3 and can you make the space between the social media icons and the email same as space 3 please check the screenshot

    #315661

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .footer-sidebar .widget {
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    
    .footer-sidebar .textwidget p {
        margin-bottom: 0;
    }

    Regards.
    Xtemos Studios

    #315672

    hamda77
    Participant

    Hi

    it worked thanks but the area at the top still big i want to make it smaller please check the attached screenshot

    #315729

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .footer-sidebar {
        padding-top: 0;
    }
    
    .wd-prefooter {
        padding-bottom: 0;
    }

    Regards.
    Xtemos Studios

    #315782

    hamda77
    Participant

    Thank you for your help.

    #315806

    Hello,

    We are thrilled that you loved your experience with XTEMOS,We put customer experience and satisfaction as our priority, and your words reaffirms the hard work we put in every day.

    So thanks for your kind words and we look forward to seeing you again.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘how to make footer in mobile version at center’ is closed to new replies.