Jump to content

Product column width Problem occured after removing right column


Recommended Posts

I'm using presta 1.5.6

My site is www.F22aero.com

 

I've made a modification to remove the right column by editing the grid_prestashop.css & footer.tpl

I've also re-sized the center column to 730px.

 

the right column removed, alright, and the center column also re-sized correctly, but the product column isn't following the center column width. And the Image slider module mess up like you can see in below picture.

 

post-735083-0-55492300-1386999152_thumb.jpg

post-735083-0-32526700-1386999155_thumb.gif

post-735083-0-69019200-1386999156_thumb.gif

 

Can anyone help me with this, thanks in advance..

post-735083-0-26577200-1386998764_thumb.jpg

post-735083-0-69799900-1386998765_thumb.gif

post-735083-0-28648500-1386998767_thumb.gif

Link to comment
Share on other sites

solved it myself, since nobody seems interested in helping. 

 

product_list.css 

 

#product_list li .center_block {
   float: left;
padding:0 7px;
   width: 520px;/* 356 */

 

 

 
Product.css
 
#pb-left-column {
float:left;
margin-left:14px;
width:450px;

 

 


however, the first problem (image slider button) remains a mystery. Hope somebody can help me with that

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...