How to Align Main Menu to the 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
Mon May 12, 2014 11:51 pm
Reply with quote
Report this post
How can i do the following on the attachment

1, Alight main menu to the Right
2, Remove/Disable Updater info..
3, Remove gap/space between pictures

Thanks in advance
User avatar
Fresh Boarder

GK User
Tue May 13, 2014 5:22 am
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Tue May 13, 2014 4:26 pm
Reply with quote
Report this post
User avatar
Fresh Boarder

GK User
Wed May 14, 2014 12:20 pm
Reply with quote
Report this post
Hi can you please answer me
User avatar
Fresh Boarder

GK User
Wed May 14, 2014 5:24 pm
Reply with quote
Report this post
1. Please edit: /templates/gk_news2/css/override.css and add at its end:
Code: Select all
#gkMainMenu {
float: right;
}

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

GK User
Wed May 14, 2014 5:25 pm
Reply with quote
Report this post
2.
Add this to override.css:
Code: Select all
#gkUpdates {
display: none;
}
User avatar
Moderator

GK User
Wed May 14, 2014 5:27 pm
Reply with quote
Report this post
3.
Add this to override.css:
Code: Select all
#gkBreadcrumb {padding: 0px;}
#gkBreadcrumb p {margin: 0px;}


Ps - you have posted your question in wrong forum ;)
Moving to News2 forum.
User avatar
Moderator

GK User
Wed May 14, 2014 9:35 pm
Reply with quote
Report this post
Man Cyberek, I'm so happy, Many Thanks, also in advance for everybody else its gonna help.


p.s sorry for posting in wrong forum

cheers
User avatar
Fresh Boarder

GK User
Thu May 15, 2014 3:45 pm
Reply with quote
Report this post
I'm glad I could help.
Don't worry- as now we have two templates: news and new2 users usually don't find correct subforum ;).

If you will have any other questions, feel free to post new forum threads.
User avatar
Moderator


cron