Viewing 8 reply threads
You must be logged in to reply to this topic.
I have 3 footer columns and in my right hand widget I have a logo image and below are the social media icons which are left aligned.
However I need to align the social icons to the right?
Thanks
J
Hello,
Please add this code into your custom css box:
footer .footer_social_icons {
float: right;
width: 60% !important;
}
Result screenshot. Let us know.
Best regards!
Hello,
Can you please explain better? What image are you referring to? This is what i see, screenshot. There is no image here.
Let us know.
Best regards!
Hello,
I see them now. I was using a adblock add-on in my browser so the ads were hidden.
Please add this code into your custom css box:
.widget_ads a img {
padding-left: 60px !important;
}
Result screenshot.
Best regards!
You must be logged in to reply to this topic.