Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Bestsellers Mod - Layout Changes

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 06-24-2010, 07:56 AM
 
HookahMaster HookahMaster is offline
 

Member
  
Join Date: Oct 2006
Posts: 18
 

Default Bestsellers Mod - Layout Changes

I am working on my bestsellers module. I would like to know would it be hard to change the layout it. I have moved it to show up at the bottom of my pages but I would like to change the layout to not be in the list form vertically but horizontally.

Right now there is alot of white space showing and I think it would be better if I had the list showing up long ways across. I am not sure if it would be better to make a table and put the bestsellers in columns or not.

Does anyone have any recommendations on this?
Does anyone know how I could do any of this?

Thanks
Attached Thumbnails
Click image for larger version

Name:	Bestsellers.jpg
Views:	203
Size:	101.8 KB
ID:	1989  
__________________
webmaster@saharasmoke.com
X-cart v4.3.1[unix]
X-cart v4.1.9[unix]
X-cart v4.1.8[unix]
X-cart v4.1.6[unix]
Reply With Quote
  #2  
Old 06-24-2010, 12:39 PM
 
Sisom Sisom is offline
 

eXpert
  
Join Date: Sep 2006
Posts: 310
 

Default Re: Bestsellers Mod - Layout Changes

Hi, I think what you need to do is to add the declaration:
display: inline;

to the style for
.menu-bestsellers ul li

In V4.2 it's in altskin.css, line 571, along with some other selectors, so you would just need to add
.menu-bestsellers ul li {
display: inline;
padding: 0 20px 0 0;
}

after
.menu-categories-list ul li, .menu-minicart ul li, .menu-bestsellers ul li, .menu-special ul li {
background:url("images/2column/bullet_white.gif") no-repeat scroll 0 7px transparent;
border-bottom:1px solid white;
font-size:1em;


(I recommend you use Firebug, a Firefox add on, to edit your site. I only found out about it through this forum, two weeks ago, and it has saved me literally days of my time.)
__________________
X-Cart Gold Version 4.3.2
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 02:26 AM.

   

 
X-Cart forums © 2001-2020