Jump to content

Change Maximum number of Products to Compare


Recommended Posts

  • 3 months later...

Thank you for the answer!

I resized the "Home" pictures (75x75 px instead of 129x129 px). Now the pictures are smaller, but still you can see only 3 products perfectly, the fourth's still going under the right column.

http://www.yush.eu/D...e_product_list=

Any other idea?

 

 

 

global.css, around row 923, remove width: 129px;

comparator.css, around row 66 set width: 100px;

global.css, around row 536 set width: 100px;

 

Now the only problem is that the image: img/button-medium.png

has width of 120px, and if you do the above changes the button "Megtekintés" will be cutted at the right side.

 

You need to resize that image background to 100px and all will be fine.

Link to comment
Share on other sites

You can compare more of course. The question is how much space you have for that. And you can always use a "scrollable" list like:

 

global.css around row 878

.products_block {

color: #595A5E;

overflow: auto;

width: 400px;

}

 

You'll see a scrollbar at the bottom and you can setup your "width".

You may also develop a module that will popup the table in additional window, or a modal window using FancyBox, so more items will be visible at the same time.

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