You want it in three in a row? That is the columns option. It looks like you are using the row option (one on each line) and be sure that you have chose "columns" for "product-listing - Layout style"
To remove the left column, turn it off like you did before, in the css, change the padding-left for .outer to 15px:
.outer {
padding-left: 15px; /* Same width as margin-left for the float-wrap div */
padding-right: 150px; /* Our right column width */
}
and remove this section from the css:
#contentMainWrapperb {
background: url("../images/sidebox.gif") 0 0 repeat-y; /* This is the left column background "faked" with an image. */
}
Love your template, using it a while now.
I just installed Links Manager and for some reason after a site is submitted, the boxes on the left are all scrambled on the right site for the "success" page. The links manager author pointed me here.
Any ideas?
Thanks
Jeff
www.educatorsbookbag.com/store
Hi Jade, thanks for that all sorted now looks great!
Just one more question, above the add to cart button is the text add to cart and then a quantity box. I have managed to change the add to cart button to add to basket and would like to also change the text but cannot find the file to do it?
I would also like to change the words Estimate shipping costs on the shopping cart page to estimate delivery costs but cant find the file to edit.
Any help would be appreciated
Thanks
Skip
No, that's the weird thing -- I do have columns selected! I tried setting it back to rows just for comparison, and the only change was it took away the dotted line dividers. I set it back to columns again, and that brought the dotted lines back but made no other change. For some reason, the columns setting does nothing but add dotted lines.
Thanks - that seems to have halfway worked! It's no longer leaving space for the left column, but it still loses the background colour of the main and right columns, and the right column is now exactly where the left column was, over top of the content in the main column. I've uploaded a new screenshot so that you can see what it's doing...To remove the left column, turn it off like you did before, in the css, change the padding-left for .outer to 15px:
.outer {
padding-left: 15px; /* Same width as margin-left for the float-wrap div */
padding-right: 150px; /* Our right column width */
}
and remove this section from the css:
#contentMainWrapperb {
background: url("../images/sidebox.gif") 0 0 repeat-y; /* This is the left column background "faked" with an image. */
}
Hmmm, the left column issue is not happening when I follow my instructions on your site in firefox, it works just right. Try not disabling the left column in the admin, just follow the css instructions. What browser do you see the issue in? I'd really need to see the issue "live" to figure out what is causing it. However, I won't be back on the computer until about 9pm central US time.
How many columns per row do you have set in the admin for the product listing? Also reupload common/tpl_columnar_display.php from cherry_zen.
Bookmarks