Gap between Sidebar and Entries (Semi-Solved)

Dec 01, 2008 06:06

Hi there...

I fully admit to being not so knowledgeable with css, but I have an issue that I'm not sure how to fix and I wouldn't be able to see it if I fixed it at all anyway. *LOL*

The gap between my sidebar and entries looks fine on my monitor (because I have a 15-inch).


Read more... )

page:size

Leave a comment

Comments 6

crucibelle November 30 2008, 20:09:03 UTC
Probably because you've got the container set at a percentage (85%) but your alpha and beta are set to pixel values. Try setting your container to a fixed width.

Edited to add: Or you could change your alpha and beta to percentages, as well. Like 80/20 or 70/30... something like that.

Reply

froxyn November 30 2008, 20:22:40 UTC
Thank you. I changed it to 70/30, but I have no idea what it looks like. *LOL*

Ah the joys of having an old, smaller monitor.

Thanks so much for your help!

Reply

froxyn December 1 2008, 06:42:57 UTC
hm...

Apparently, according to my friend who has a 19" monitor, when I changed it to 70/30, it looked like this:


... )

Reply


av8rmike December 1 2008, 15:48:04 UTC
Take out the "width: 180px;" from .calendar-widget {}, which will fix the top border of the calendar module.

Reply

froxyn December 1 2008, 18:48:16 UTC
Thank you!

One of these days I'm going to learn more about css...at least that's what I keep telling myself. :)

Reply


crucibelle December 2 2008, 04:32:44 UTC
You might try text-align:center; on the calendar-widget table. That will probably center it. Otherwise, your journal looks fine on my monitor, and I have a wide-screen.

Reply


Leave a comment

Up