How can I move the header menu to the top right?

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
Thu Dec 18, 2014 6:30 am
Reply with quote
Report this post
Hi

I have added the code to the CSS/MENU/MENU.CSS (TEMPLATE FOLDER) at the bottom of the file as per one of your previous page.

#gkMainMenu {float: right;margin: -26px 20px 0 !important; }

However, the header menu is still not showing on the top of the page. Can you please advise how to place the header menu top right?

Here is my website: http://visitaussie.com.au/
User avatar
Junior Boarder

GK User
Thu Dec 18, 2014 8:30 am
Reply with quote
Report this post
It would be better if you would use position absolute and position the element basing on top right corner.
Also modifying core template files is not a good idea. Please use override.css instead.
User avatar
Moderator

GK User
Sun Dec 21, 2014 4:11 am
Reply with quote
Report this post
Hi,

Can you please advise how to make the changes that you are advising. Sorry I am not an expert in Joomla.

Please advise.
User avatar
Junior Boarder

GK User
Fri Dec 26, 2014 4:22 pm
Reply with quote
Report this post
Please try this code override.css:
Code: Select all
#gkMainMenu {position: absolute; top: 10x; right: 10px;}
User avatar
Moderator


cron