Did you try kuroi's fix stated on page 2?
Printable View
Did you try kuroi's fix stated on page 2?
Also one other thing, this will be my last, is there anyway of either making the middle column (the area of the middle wider) or making the font smaller on the secription (or dissappear altogether).
http://www.ashcycles.com/power/index...cPath=18_20_21
as the writing of the description is cramped up in the middle. Thanks
To be honest i would rather listen to you than him, Sorry
Try first adding the following to your css:
Then, turn off your right sidebar:Code:.centershop {
width: 100%
}
Admin > Config > Layout Settings > Column Right Status = 0
If you want your "shopping cart" box to turn on when someone adds an item, change that box to your left side (since is the only box on the right hand that you have active, if I'm not wrong).
This way you will have a nice 2 columns only webstore and your list will display nicely. You can see an example here
just done it now and it works. Thanks very much really appreciate the help. Not many good people in the world :)
I was wondering if the ivory background could be utilized as the background for the center column (index and product pages)? How can I change the ivory background to a solid color that would include the center column?
Shelia
Edit the css...
Around line 196 you have:
Change it to:Code:#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
}
Code:#headerWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
}
#contentMainWrapper {
background-image: url(../images/bg.gif);
}
I added
and it changes the center to ivory and the background to white ?:cry:Code:#contentMainWrapper {
background-image: url(../images/bg.gif);
}
Yes, because you didn't do what I told you to do. :unsure:Quote:
and it changes the center to ivory and the background to white ?
You have to delete #contentMainWrapper part from the first line.
Hi!
I have a problem with the tops of the sideboxes not lining up with the bottoms. In fact it appears that both parts are being cropped, on their right sides. I have set the box width to 175px as instructed. This problem appears in both FF and IE.
Instructions to fix it in idiot-ese, would be preferred! :blush:
Piccy, to see what I'm talking about.