Template "Magazine" Top Menu How to

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Mon May 13, 2013 6:44 am
Hi all
I am playing with the "Magazine" Template.
Stage Server: http://www.zitrone.com.au/subsite_42/

I would like to turn the top menu from vertical to horizontal.
I managed to display the menu in the position "banner top"
This seams to be wrong but hey it works.
I also tried the other Menu positions and Top but had not much luck with that.
I could not find a layout map for this very specific template. Only the standard map.
Is there such a thing?

Thanks for any help
Romano
User avatar
Junior Boarder

GK User
Mon May 13, 2013 7:36 am
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
.menu li { display: inline-block; margin-right: 15px}

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Tue May 14, 2013 3:32 am
Worked!
Thank you!
User avatar
Junior Boarder


cron