branding logo centered

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Sat Aug 23, 2014 7:30 pm
Hi there,

i want to center the branding logo en de menu at the top of the website. The link is http://www.mtbproductions.nl/fest/

I want to center the the top menu, the green one, and the logo. I can't find the location or solution.

And how to get on the left side of the word HOME the same space as the rest on the left side ?

Kind Regards,
Mathijs
User avatar
Fresh Boarder

GK User
Mon Aug 25, 2014 6:44 am
Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
#main-menu {
   float: none;
   display: inline-block;
}

#gk-page-top > .gk-page {
   text-align: center;
}

#main-menu > li:first-child > a {
   padding-left: 10px!important;
}
User avatar
Moderator


cron