- This topic has 3 replies, 2 voices, and was last updated 10 years, 1 month ago by Sakin.
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
October 8, 2014 at 6:29 pm #45465rgamlamMember
Hi! I was wondering if there was some basic html I could use to reduce the space between the boxes in the sidebar. I’d like to bring the boxes closer together.
Here’s my site for reference: http://www.adventuresaroundasia.com
Thanks so much!
October 8, 2014 at 8:07 pm #45476SakinKeymaster@rgamlam: I check in your custom css and you already have reduce it to 25px from 50. See this css.
#secondary .widget { margin-bottom: 25px; margin-bottom: 2.5rem; }
If you want to further reduce it then you can change that 25px to 10px or 5px or 1px or 0 as per your need.
For example:
#secondary .widget { margin-bottom: 5px; }
October 8, 2014 at 11:54 pm #45497rgamlamMemberThanks Sakin! I actually tried doing that but it didn’t do anything for some reason. I even deleted a plugin I thought might be interfering.
October 9, 2014 at 6:10 pm #45568 -
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Reduce sidebar space’ is closed to new replies.