
Originally Posted by
devon310
Hello Jettrue,
Thank You the address is
http://www.thewishingwellshop.com/wish/
You can see the problem I'm having with the header image being stretched & I know I did it once but I cant find the problem for the life of me now.
You can also see here that is it called the main section
http://www.thewishingwellshop.com/wi...ain_page=login is not right the Login is almost cut off.
Then I have on the product list page I wanted to change the product info text to left justified, is that possible?
Any help is greatly appreciated.
Warm Regards,
Devon
All your sideboxes are staying off, right? For the main section issue, change .centerColumn to this:
Code:
.centerColumn {
width:100%;
float:left;
margin:0;
padding:0;
text-align:left;
line-height:1.6em;
}
To fix the logo, remove this:
Code:
#logo img {
width:100%;
}
and to center it, change #logoWrapperOuter to this:
Code:
#logoWrapperOuter {
margin:0 auto;
text-align:center;
}
Bookmarks