Publish a menu in Header or Top1 Module

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Dec 12, 2012 2:06 pm
Reply with quote
Report this post
Hi, I need to publish a horizontal Menu in one of those modules (Header, Top1). When I publish a menu in one of those modules it is always vertical. Is there a way to make it Horizontal ( a suffix maybe) ?
Thank you in advance.
George
User avatar
Fresh Boarder

Konrad M
Thu Dec 13, 2012 8:56 am
Reply with quote
Report this post
Hi,
please add your menu to this position and send url to your site. I will try give you some clues how to achieve that.
User avatar

GK User
Thu Dec 13, 2012 9:41 am
Reply with quote
Report this post
Konrad M wrote:Hi,
please add your menu to this position and send url to your site. I will try give you some clues how to achieve that.


Hello, I cant send you any url because my site is offline and I am steel developing, so if you 've got any suggestions I will be glad to hear it.
Thank you in advance
George
User avatar
Fresh Boarder

Konrad M
Thu Dec 13, 2012 12:09 pm
Reply with quote
Report this post
Well, first of all if you don't use firebug install it. It is a great firefox extension for webdevelopers. The using firebug please check classes or id of <li> elements from your menu and add to them in css:
Code: Select all
float:left;
display:inline;

Probably you will need to stylish them a little bit.
User avatar


cron