i want to put the top menu in a vertical position next to logo (top image)
align:right
i use electro skin
any help please!
for the skin electro
- open the file top.tpl
change the line 1 to 13 (from first line to)
[HTML]{* $Id: top.tpl 10960 2010-10-20 07:23:04Z klerik $ *}
{include file=“top_quick_links.tpl”}
[/HTML]
you meight notice that i remove the "class='logo-image'" from the second
you meight notice that i remove the "class='logo-image'" from the second
,because it caused problem with alignment. i also put "{include file="top_quick_links.tpl"}" on the top, before the other, for the same reason
2.open file top_menu.tpl and add a
before each
now its ok.
you meight want to change the background of the menu by editting the file style.css (search for #top_menu)
2.open file top_menu.tpl and add a
before each
now its ok.
you meight want to change the background of the menu by editting the file style.css (search for #top_menu)