I've just added a blank box into which I've added a Facebook Like box, which now looks odd as it has thrown out the alignment of this column. How do I vertically centre all boxes in this column?
I've just added a blank box into which I've added a Facebook Like box, which now looks odd as it has thrown out the alignment of this column. How do I vertically centre all boxes in this column?
Nucleus Films Ltd
DVD Distribution & DVD Extras Production
A link to your site will help people help you ...
Oops... it's HERE and in my sig.
Nucleus Films Ltd
DVD Distribution & DVD Extras Production
You've got your right sidebox width set to 170px in your admin (Layout Settings, if I remember correctly) and the Facebook sidebox entry is wider than that. Try changing the right sidebox width to around 220px. Then add to your CSS file's definition of the rightbox class (.rightbox):
That will center the rightbox content within the right sidebar.Code:margin: 0 auto;
Column right is actually set to 235px
Nucleus Films Ltd
DVD Distribution & DVD Extras Production
Right, but what is your admin setting for "Column Width - Right Boxes". I'm guessing that you've got that set to 170.
Column Width - Right = 235px
I see what you mean - now changed right boxes to 235 too.
Nucleus Films Ltd
DVD Distribution & DVD Extras Production
You really want the width of the boxes to be less than the width of the sidebar. The sidebar's width includes any padding and border specified, so if you have the boxes the same width ... they won't fit! Try setting the Column Width - Right Boxes to 220px and see what happens.
Boxes are now set to 220px.
Am also wondering how to remove the blank space above the Facebook box?
Nucleus Films Ltd
DVD Distribution & DVD Extras Production
In your stylesheet.css:
Code:#blanksideboxContent p { display: none; }