
Originally Posted by
motti
[FONT=Times New Roman]Hi Get Him Fast and Clyde[/FONT]
[FONT=Times New Roman][/FONT]
[FONT=Times New Roman]
Thank you both, for the info Get Him and Clyde for the help [/FONT]
[FONT=Times New Roman][/FONT]
[FONT=Times New Roman]
Last think I need on this mod ( or my mod ) is how can I make large space or even an Empty box between my category list to the Special., New Product Etc...[/FONT]
[FONT=Times New Roman]
Or maybe I shouldn’t say last think, there is always something new coming up
[/FONT]
in stylesheet_categories_menu.css add the following:
Code:
#spacing {
padding: 0.2em 0;
border: 3px solid #fff;
}
Now in tpl_categories_css.php find this line of code:
Code:
$content .= '<ul class="level1"><li><a href=""> </a></li></ul>'; // insert a blank line/box in the menu
and change it to read:
Code:
$content .= '<div id="spacing"> </div>'; // insert a blank line/box in the menu
Bookmarks