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)
-   -   simple ? mod (https://forum.x-cart.com/showthread.php?t=70035)

richardjknox 09-20-2014 09:45 AM

simple ? mod
 
Hi Guys

Just finishing off the site and would like the manufacturers to be in columns as opposed to a list :-

http://rclipo.co.uk/store/manufacturers.php

would like this sort of format :-

http://rclipo.co.uk/store/home.php?cat=222

would that be a big change..any help would be greatly appreciated

Cheers
rjk

totaltec 09-20-2014 09:53 AM

Re: simple ? mod
 
Add this CSS to your altskin.css at the bottom:
Code:

.content ul.manufacturers-list li {
  display: inline-block;
  min-width: 120px;
}


richardjknox 09-20-2014 11:01 AM

Re: simple ? mod
 
Thanks Mike

That sort of works ... but what I'd like is it to show the logo and beneath it the manufacturer.

same format as :-

http://rclipo.co.uk/store/home.php?cat=222

Is that possible or would it be quite a big mod ?

Cheers
rjk

totaltec 09-20-2014 11:05 AM

Re: simple ? mod
 
Have you added images to your manufacturers? And the logos are simply not displaying?

richardjknox 09-20-2014 11:08 AM

Re: simple ? mod
 
Yes exactly that, I've uploaded images into the logo field but they don't show

Thx

totaltec 09-20-2014 11:11 AM

Re: simple ? mod
 
I see, you are running an old version, 4.4.2, and I do not have access to the files easily. If I get some time, I will download the version and have a look.


All times are GMT -8. The time now is 05:31 PM.

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