Menu and Copyright at the center of the page

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 Nov 20, 2013 8:10 pm
Reply with quote
Report this post
Hello

how i can put the menu and the copyright at the center of the page?

http://www.sfm-ag.ch

I want that the menu ist not left and not right but at the center, and the same for the copyright.

Thanks
User avatar
Expert Boarder

GK User
Thu Nov 21, 2013 12:39 pm
Reply with quote
Report this post
Please edit: /templates/gk_storebox/css/override.css and add at its end:
Code: Select all
#gkMainMenu {
margin: 26px 0 0!important;
width: 100%;
}
#gkMainMenu ul {text-align: center;}
#gkMainMenu ul li {float: none; display: inline-block}


This will make top menu centered.

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

teitbite
Thu Nov 21, 2013 4:54 pm
Reply with quote
Report this post
Hi

I was asked to help with the center of copyrights as well. Please in the same file use this code:

Code: Select all
#gkFooter p { text-align: center !important; }
User avatar
Moderator

GK User
Thu Nov 21, 2013 5:30 pm
Reply with quote
Report this post
Oh, sorry, I forgot about centering the footer.
Teibite - thanks :)
User avatar
Moderator


cron