PDA

View Full Version : home page cleanup


dimples453
Feb-14-2007, 07:46 AM
Hi grinners,

I'm trying to get rid of that white line on the left of my flash content...i think it's coming from some CSS code (the theme perhaps???) but I can't quite locate it.


Can someone point me in the right direction to get rid of it. Thanks in advance!

oops almost forget..
the homepage is here:

http://www.erinmarie-photography.com



Carlos

Pupator
Feb-14-2007, 09:56 AM
.boxBottom and .boxTop both have 1px white border-left . This is set in the theme CSS. Is this a custom theme that you can take it out of, or a set theme that we'll have to work around?

dimples453
Feb-14-2007, 10:37 AM
.boxBottom and .boxTop both have 1px white border-left . This is set in the theme CSS. Is this a custom theme that you can take it out of, or a set theme that we'll have to work around?


ughhhh..how do i overide it. I added the relevent code to my CSS customization but it makes no difference. That white line is so obtrusive.

dimples453
Feb-14-2007, 11:29 AM
ughhhh..how do i overide it. I added the relevent code to my CSS customization but it makes no difference. That white line is so obtrusive.

is there ANYONE out there that can gie me a tip on this???

Allen
Feb-14-2007, 01:02 PM
is there ANYONE out there that can gie me a tip on this???
Change to these two.

.boxTop {border:none !important;}
.boxBottom {border:none !important;}

or this

.homepage .boxTop {border:none !important;}
.homepage .boxBottom {border:none !important;}

dimples453
Feb-14-2007, 02:49 PM
Change to these two.

.boxTop {border:none !important;}
.boxBottom {border:none !important;}

or this

.homepage .boxTop {border:none !important;}
.homepage .boxBottom {border:none !important;}


That worked like a charm! Appreciate the help!

-Carlos