Jump to content

[SOLVED] Featured Products home - remove white space after removing right column.


Edge_jr

Recommended Posts

Hi,

 

I have change default prestashop theme from 3 column to 2 column.

 

I did this using change in header.tpl and footer.tpl.

 

I have 5 products on featured products and no right column but small space if coming on right hand side.

 

How to remove this space.

 

Any idea?

 

 

-Thanks.

post-738602-0-39986500-1387027534_thumb.jpg

Edited by edge82 (see edit history)
Link to comment
Share on other sites

everything depends on css styles.

in this case it's necessary to modify it.

 

unfortunately, without url to your website it's almost impossible.

we don't know what code you've got there and its necessary to inspect it first

 

 

so if it is possible: please share url.

Link to comment
Share on other sites

If you have no URL to share, you can try this:

 

in file:

/modules/homefeatured/homefeatured.css

 

#featured-products_block_center li {

    margin-right: 10px;                <-  increase this value...

    padding: 10px 0;

    width: 126px;

    height: 240px;

}
 
Just a try, URL would definitely more helpful here.
 
pascal.
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...