X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Help with removing huge space in product listing (https://forum.x-cart.com/showthread.php?t=54608)

heather@MX1 07-14-2010 07:33 PM

Help with removing huge space in product listing
 
1 Attachment(s)
I am hoping someone can tell me how to remove this HUGE space on my products listing page?? ...I've attached a screenshot. I'm using the vivid dreams chromo template, and I have "display products in 3 column format" checked, and I have "Display only featured products list in multicolumn format" unchecked. When I have the display products set to auto, it shows a "view details" link, but not on the view I want. So I have tried to track down this link and added it to products_t.tpl, it shows up but when I click on it nothing happens....rrrgh....help!

Shamun 07-14-2010 07:50 PM

Re: Help with removing huge space in product listing
 
Well, judging from your picture it obviously says its <div class="weneedtoseeyourcode"></div>

It helps with a link to your site so it can be firebugged.

heather@MX1 07-14-2010 08:05 PM

Re: Help with removing huge space in product listing
 
Hi Tal, here's a link:

http://www.mx1canada.com/Acerbis-zeboo-gear/

thanks

minfinger 07-15-2010 05:30 AM

Re: Help with removing huge space in product listing
 
1 Attachment(s)
:D It's auto spacing by the 3 column setup. I have no idea how to make it not do that. I would assume the Div on the columns is probably set to Justify in the CSS?


Oh I just thought that maybe you can set the width of the Products_List some how, not sure though.

saqibzuberi 07-15-2010 07:36 AM

Re: Help with removing huge space in product listing
 
I am having a similar problem with my page, the text on some products does not appear and when I scroll down IE some text on the login form disappears as well. Am assuiming this is a <div> problem, can some one help me>?

http://www.artrockcds.com/shop

gb2world 07-15-2010 09:17 AM

Re: Help with removing huge space in product listing
 
Hi heather@MX1 -

The space is inside this div:
.products .buy-now .quantity-empty {
height:30px;
}

It appears you are not using the display for quantity, but the div is taking space anyway.

You can use webmaster mode to trace the template where this is happening. It probably is skin1/customer/main/product_details.tpl. You can correct it with the css or in the template.

We would need to see the code you are using for the link to know what you are doing wrong with that.

@saqibzuberi
It is a little bit rude to hijack someone else's post - especially when they are waiting for resolution to their problem and yours is a different problem. You might have better success getting help by opening your own thread with a title that is descriptive of your problem.

heather@MX1 07-16-2010 08:45 AM

Re: Help with removing huge space in product listing
 
Hi gb2world, I had to take a break from this yesterday...so back at it today I will look at your suggestion - thank you for taking the time to respond

Shamun 07-16-2010 08:56 AM

Re: Help with removing huge space in product listing
 
class table.width-100
Drop down the width percentage.

class dborders
Drop down the width percentage

Additionally you may want to add the follow to the dborders class mentioned above to center it:
margin-left: auto;
margin-right: auto;


All times are GMT -8. The time now is 06:07 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.