How to lower the Main menu items

Creative and responsive Joomla template with amazing parallax effect.
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
Mon Oct 28, 2013 11:42 am
Reply with quote
Report this post
I need to get the main menu just a bit lower so its verticle centered.
Where can i change the alignment or padding for this?
User avatar
Fresh Boarder

GK User
Tue Oct 29, 2013 8:38 am
Reply with quote
Report this post
Could you give me your site URL ? It is always easier to check CSS/HTML code on live site.
User avatar
Platinum Boarder

GK User
Tue Oct 29, 2013 8:53 am
Reply with quote
Report this post
User avatar
Fresh Boarder

GK User
Tue Oct 29, 2013 9:22 am
Reply with quote
Report this post
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
.gkMenu > ul { margin-top: 17px !important}

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

GK User
Tue Oct 29, 2013 10:49 am
Reply with quote
Report this post
Thanks, works perfect.

How do i lower the Mobile menu icon?
I also want a wider icon there. Where can i change the width?

Thanks in advance
User avatar
Fresh Boarder

GK User
Wed Oct 30, 2013 8:53 am
Reply with quote
Report this post
Please add this code to override.css
Code: Select all
#gkMobileMenu { margin-top: 15px !important}


To change icon please modify this file : template/images/tablet_menu_btn.png
User avatar
Platinum Boarder


cron