Jump to content
Sign in to follow this  
joe_steer

Padding between sidebars?

Recommended Posts

joe_steer

Hi Guys,

Here's my test site: http://tinyurl.com/cm9qw3d

How can I remove the space between my different sidebars?

I've put the logo + top menu in the 'Full Width Sidebar', The image in the middle of page is in 'Universal sidebar' and the bottom menu is in 'MoreFoot Middle'.

How do I close up the vertical gaps between those three sections?

Any help gratefully received, many thanks,

Joe.

Share this post


Link to post
Share on other sites
batman

Hi

You can try add in (for example)

PageLines > Site Options > Custom Code > CSS Rules

.content .content-pad {padding: 0px;}

To reduce one of this spaces.

It is advisable to learn how to do this on your own too.

Check out http://www.pagelines.com/wiki/Custom_CSS


Life is too short to remove USB safely ...

Share this post


Link to post
Share on other sites
James B

Hi there, its going to be difficult to reduce the spaces as its set within a table in one text widget, so I can't really see a way it can be adjusted using css, as there are no specific classes to use. You'll have to go in manually and adjust the table widths.

You could try, putting two text widgets (or two content boxes) into the universal sidebar, splitting the table between the two (image in one - links in the other) and then aligning them using css.


Kindly search the forum and read the documentation before posting. It will help you resolve many issues.

For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting.

James B

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×