CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   HTML & CSS (http://www.codingforums.com/forumdisplay.php?f=13)
-   -   social media icons not staying to the left of footer (http://www.codingforums.com/showthread.php?t=282395)

lmorales 11-16-2012 06:58 PM

social media icons not staying to the left of footer
 
mmp.power1.com it's finally complete *YAYYY* but one last tweak I want to make is the social media icons in the footer should be flush to the left, and there appears to be padding or something pushing them right a bit. How do I go about fixing this?

abduraooft 11-17-2012 08:47 AM

Code:

<div id="socialize" style="float: right;">
Code:

#socialize {
    float: right;
    text-align: right;
    width: 150px;
}

Remove the highlighted portions from your HTML/CSS


All times are GMT +1. The time now is 10:01 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.