Hello,
in my website longislandintervention.com i have centered the widgets via this code:
#footer .widget {
font-size: 15px;
}
However in the RSS + Twitter feed widget, the icons have not centerd and i can’t figure out how to center them as well so they are next to the text, please help (see attached screenshot)
Hey zohar2014,
Please provide the link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
I provided the link to my website in the post, again it is:
longislandintervention.com
Thanks
Hi,
Add the following to quick css:
#top .social_widget_icon{
float:right!important;
}
Best regards,
Jordan Shannon
this changed how it looks and now the text is first and the icons still have alot of space between the text and icons, is there a way to just make the icon go to the left closer to the next? (my original inquiry)
Hi,
Apologies, try the following instead:
.social_widget_icon{
margin-left:30px!important;
}
.asc_twitter.asc_multi_count,.asc_rss.asc_multi_count{
min-width:100px!important;
}
Best regards,
Jordan Shannon
Solver. Thank you.
Hi,
Did you change the section? I only see Yelp now.
Best regards,
Jordan Shannon