My page looks out of alignment
Permalink
Hello all,
Besides my blog url's looking messy on the right side, the page itself appears out of alignment. There is vertical white space down the right side. Just looks weird to me, like the shading of the block is not wide enough.
Can this be fixed somehow? Here is the page:
http://geminiuniversal.com/index.php/blog/...
Thanks,
Susan
Besides my blog url's looking messy on the right side, the page itself appears out of alignment. There is vertical white space down the right side. Just looks weird to me, like the shading of the block is not wide enough.
Can this be fixed somehow? Here is the page:
http://geminiuniversal.com/index.php/blog/...
Thanks,
Susan
Sorry, that's the fix for what popped out at me, is the lines overlapping.
For your original query, in your main.css file line 41 comment out the margin-right:
#sidebar {
*/margin-right: 10px;/*
However, this will affect every instance of this sidebar div, so on a left sidebar page, it might look funky.
You may want to consider forking the theme (there is a how-to on how to do this properly) and setting up a new div if needed.
For your original query, in your main.css file line 41 comment out the margin-right:
#sidebar {
*/margin-right: 10px;/*
However, this will affect every instance of this sidebar div, so on a left sidebar page, it might look funky.
You may want to consider forking the theme (there is a how-to on how to do this properly) and setting up a new div if needed.
#sidebar li a {
/*height: 20px;*/