Horizontal menu on banner top

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 Apr 30, 2014 6:29 pm
Reply with quote
Report this post
Hello,

Is it possible to create a horizontal menu in the bannertop position?

I try it with nav-pills and space before nav-pills in the suffix but no horizontal

thank you in advance.

Kind regards,
User avatar
Fresh Boarder

GK User
Wed Apr 30, 2014 8:06 pm
Reply with quote
Report this post
You would need to apply some custom css styling to that menu.
Could You please post an url to your site where the menu is already published?
User avatar
Moderator

GK User
Thu May 01, 2014 9:58 am
Reply with quote
Report this post
http://www.intelselect.com

The menu items in the banner top are now vertical and i want them horizontal if it is possible.

Thank you in advance.
User avatar
Fresh Boarder

GK User
Fri May 02, 2014 6:37 pm
Reply with quote
Report this post
Please edit: /templates/gk_magazine/css/override.css and add at its end:
Code: Select all
#gkBannerTop ul.menu li {
display: inline-block;
margin: 10px;
padding: 5px;
}
#gkBannerTop ul.menu li:hover {
padding: 5px;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Sat May 03, 2014 7:39 am
Reply with quote
Report this post
Solved,


Thank you!!!
User avatar
Fresh Boarder

GK User
Sat May 03, 2014 8:53 am
Reply with quote
Report this post
No problem.
If You will have any other questions, feel free to post new forum threads.
User avatar
Moderator


cron