| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Category display question. | ||||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() Is there a way I can make a page break or a blank line so I can have alittle separation in the categories? They look alittle jumbled up.
Jason Clark GDScards.com
__________________
X-cart Gold 4.0.17 |
|||||||
#2
|
|||||||
|
|||||||
![]() Moving to Template Editing. Have you tried adding some padding to the Categorylist class?
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#3
|
|||||||
|
|||||||
![]() No I havent how would I add padding?
__________________
X-cart Gold 4.0.17 |
|||||||
#4
|
|||||||
|
|||||||
![]() Add this to the CategoryList class in skin1.css:
padding-bottom: 5px;
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#5
|
|||||||
|
|||||||
![]() the skin now reads like this
} .VertMenuHr { COLOR: #999999; } .CategoriesList { FONT-SIZE: 11px; padding-bottom: 5px; } .DialogBox { BACKGROUND-COLOR: #FFFFFF; but i dont see any difference in the spacing?
__________________
X-cart Gold 4.0.17 |
|||||||
#6
|
|||||||
|
|||||||
![]() Try changing the <span to a <div in customer/cateogries.tpl. I.E:
<div class="CategoriesList">
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#7
|
|||||||
|
|||||||
![]() this is what my customer/categories.tp looks like... i didnt see a <span
{* $Id: categories.tpl,v 1.23 2004/06/24 09:53:29 max Exp $ *} {capture name=menu} {if $active_modules.Fancy_Categories ne ""} {include file="`$fancycategories_config.modules_path`/fancy_categories.tpl"} {else} {if $config.General.root_categories eq "Y"} {section name=cat_num loop=$categories} <FONT class="CategoriesList"><A href="home.php?cat={$categories[cat_num].categoryid}" class="VertMenuItems">{$categories[cat_num].category}</A></FONT><BR> {/section} {else} {section name=cat_num loop=$subcategories} <FONT class="CategoriesList"><A href="home.php?cat={$subcategories[cat_num].categoryid}" class="VertMenuItems">{$subcategories[cat_num].category}</A></FONT><BR> {/section} {/if} {/if} {/capture} { include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title=$lng.lbl_categories menu_content=$smarty.capture.menu }
__________________
X-cart Gold 4.0.17 |
|||||||
#8
|
|||||||
|
|||||||
![]() Replace this:
<FONT class="CategoriesList"> with this: <div class="CategoriesList">
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#9
|
|||||||
|
|||||||
![]() OK that along with the padding-bottom: 5px; is at least getting some change, but the padding-bottom: 5px; is putting all the space at the bottom of the category menu... what i would like to do is add space between each or atleast a couple of the categorys. something like a <br><br> betwen a couple different categories.
__________________
X-cart Gold 4.0.17 |
|||||||
#10
|
|||||||
|
|||||||
![]() Did you close the <div>? Replace this:
</FONT><BR> with this </div>
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
![]() |
|
Thread Tools | Search this Thread |
|
|
|
|||
X-Cart forums © 2001-2020
|