Jump to content

Couple of matrice theme questions


Recommended Posts

Hi

I am using matrice theme for my shop, and i really like it. But i am having a few problems with it now.

1: Onepagecheckout wont work, when i install the module, and press cart/checkout the page is blank.

2: On the homepage under the slideshow, all the future products are on the left side, leaving a blank side on the right.
I wish that the products are evened out under the slider.

3:When i klikk on the home menu i get to this page ( http://www.pbgear.no/prestashop/category.php?id_category=1 )
if you scroll down, you will see that the categories arent evened out. (dont mind the missing pictures)

If any one could help me out, i would be grateful.

35489_fK6L6eBBc6BDjWCRjp3t_t

35490_KppxlI8FjV3nYvhgNePp_t

Link to comment
Share on other sites

For 1 you should ask author of OPC but I think that module after install overwrites some tpl files in prestashop default theme directory and not to any other theme.

For 2 change margin to

#center_column .products_block ul li {
   clear: none;
   float: left;
   height: 280px;
   margin: 0 0.8em 0.94em 0;
   width: 160px;
}


in global.css (line 593)

For 3 add height so result is

body#category #subcategories li {
   border: 1px solid #EBEBEB;
   float: left;
   height: 90px;
   margin: 10px 19px 10px 0;
   padding: 1em;
   width: 260px;
}


in global.css (line 419)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...