Home Forums WoodMart support forum Aligning social icons to center on mobile and ipad

Aligning social icons to center on mobile and ipad

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #284014

    hazesmokeshop
    Participant

    Dear Support,

    I have added social icons to the footer to the footer of the site and I want to change its alignment to center on mobile and iPad. I tried to do it but couldn’t figure out how to make it center on mobile. Will you please help in this?

    Thanks.

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile/Tablet:

    body .wd-social-icons {
     text-align:center;
    }

    Best Regards

    #284612

    hazesmokeshop
    Participant

    Thanks Elise, the code worked on the website mentioned above, however, its not working for my other website as shown below. Will you please check and comment?
    Thanks.

    #284719

    Hello,

    Please set the background color for the footer in the Theme settings > Footer. I do not see social icons there.

    Best Regards

    #284822

    hazesmokeshop
    Participant

    Hi Elise,

    Thank you very much for checking. I do have everything set on the website. This is how I see it. However, I tried to open it several times in private browser and I also noticed that sometimes the CSS is not loaded properly. As I updated the theme couple of days ago and not re-generated the CSS file, so maybe that is causing the problem. However, I re-generated the CSS file and I hope it fixes that issue. Will you please check the site again and comment?

    Thanks.

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

    Hello,

    Please try this code:

    body .woodmart-social-icons.text-left {
     text-align:center!important;
    }

    Best Regards

    #286195

    hazesmokeshop
    Participant

    Hi Elise,

    Thank a lot for your help. This code works.

    Best Regards.

    #286281

    We are always happy to help you, write to us when you have any difficulties or issues with our theme.

    We would be grateful for 5 stars rate on http://themeforest.net/downloads in case you are satisfied with our theme and customer service

    Thank you in advance

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