Help with space between widgets
-
My theme is vigilance. I want my widgets to have equal space in between them. I thought I had fixed this, but I just added a link to my Twitter account, and now there is a large gap below my Facebook link and before my Twitter link. How would I fix this?? Thanks!!!
The blog I need help with is: (visible only to logged in users)
-
The facebook widget uses an iframe and the height of that frame is way larger than the stuff that goes in it. The following two together will fix the issue for you though.
#facebook-likebox-4 { margin-bottom: 0 !important; } #facebook-likebox-4 iframe { height: 85px !important; }
- The topic ‘Help with space between widgets’ is closed to new replies.