Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Social Media Buttons Positioning Re: Social Media Buttons Positioning

#110688
Paulie_D
Member

I also have to say that in common with most new coders you have used absolute positioning and margins to put everything in place.

More often than not, you don’t need to do that. Certain elements are automatically 100% wide and the next one will fall into place just because it’s the next one in the HTML.

If you need to tweak the position then that’s where margins/padding can come into play.

I think you need to learn a little bit more about floats and how they work.