BlackxHat Power Member Joined Oct 6, 2009 Messages 729 Reaction score 89 Aug 10, 2012 #1 If i have something to float left Code: float:left; is it possible i can add something to move it to the right a bit. something like Code: right:10px; how do i do it
If i have something to float left Code: float:left; is it possible i can add something to move it to the right a bit. something like Code: right:10px; how do i do it
L latnemele Newbie Joined Mar 4, 2011 Messages 9 Reaction score 9 Aug 10, 2012 #2 I don't know exactly what you need but try padding-left:10px; OR margin-left:10px