Align- paddin-margin

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Edijs87
Forum Newbie
Posts: 2
Joined: Mon Mar 21, 2011 5:39 pm

Align- paddin-margin

Post by Edijs87 »

Hello, i have some problems with wordpress social icon margin i got like this Image
and i would all these icons in one row, how i can do this?

Thanks,
Eddie
User avatar
Weiry
Forum Contributor
Posts: 323
Joined: Wed Sep 09, 2009 5:55 am
Location: Australia

Re: Align- paddin-margin

Post by Weiry »

Hi and welcome to DevNetwork,

I've not worked with wordpress before, however you would need to modify the css file which assigns styles to those buttons.
In that class or id, i would probably add in:

Code: Select all

float:left;
Post Reply