PDA

View Full Version : Frame posistion: ??


pillman
Feb-25-2009, 01:09 PM
Looking at different theme choices and found this problem.
Choosing a light color theme shows Slideshow Frame out of line.
There is a border(background) underneath that is not being covered completely by slideshow.
ONE: Is there away just to delete the "background"..
TWO: If not I would like to move frame so that background is covered. And by
moving frame of course how do I move or alter pics to follow Frame..
( frame needs to move to left and down )

Thanks...

pillman
Feb-26-2009, 06:39 AM
bump

pillman
Feb-26-2009, 09:35 AM
Bump

Andy
Feb-26-2009, 09:43 AM
add these to remove the background for that theme:

#bioBox .boxBottom {background: none !important;
}
#bioBox .box {background-image: none !important;}

Allen
Feb-26-2009, 09:43 AM
Looking at different theme choices and found this problem.
Choosing a light color theme shows Slideshow Frame out of line.
There is a border(background) underneath that is not being covered completely by slideshow.
ONE: Is there away just to delete the "background"..
TWO: If not I would like to move frame so that background is covered. And by
moving frame of course how do I move or alter pics to follow Frame..
( frame needs to move to left and down )

Add this to CSS

#bioBox .boxBottom,
#bioBox {background: none;}

pillman
Feb-26-2009, 10:37 AM
That did it...AS always you guys are awesome.
Thanks