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

    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)

    View post on imgur.com

    • This topic was modified 6 years, 8 months ago by zohar2014.
    #920548

    Hey zohar2014,

    Please provide the link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #920557

    I provided the link to my website in the post, again it is:

    longislandintervention.com

    Thanks

    • This reply was modified 6 years, 8 months ago by zohar2014.
    #920562

    Hi,

    Add the following to quick css:

    #top .social_widget_icon{
    float:right!important;
    }

    Best regards,
    Jordan Shannon

    #920573

    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)

    #920577

    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

    #920584

    Solver. Thank you.

    #920589

    Hi,

    Did you change the section? I only see Yelp now.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.