How to center menù and enlarge logo

Steak House, food and drink theme, is now available on support forum.
GK User
Mon Mar 02, 2015 3:47 pm
Hello , I would like to know how to center the menu items and enlarge the logo as an example ( see image ) .
I would also like to know how to change the color of links and background .
Thank You!
User avatar
Fresh Boarder

GK User
Mon Mar 02, 2015 4:39 pm
Hi,

Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Tue Mar 03, 2015 9:01 am
Try to add the following code into css/override.css file or use any custom css plugin:
https://www.gavick.com/blog/adding-cust ... ress-theme
Code: Select all
.gk-logo.gk-logo-css.gk-logo-small {
  width: 390px;
}
#gk-header-nav .gk-logo {
  margin-left: -200px;
}

.menu-main-menu-right-container {
  float: left;
  padding-left: 30px;
}

.menu-main-menu-left-container {
  float: right;
  padding-right: 40px
}
User avatar
Moderator

GK User
Tue Mar 03, 2015 10:30 am
Wow it works perfectly and I like !
I can also change the background colors and link only in this area ?
Thank You
User avatar
Fresh Boarder

GK User
Tue Mar 03, 2015 2:44 pm
I realized that after changing the menu of the mobile version is not aligned (see attached image ) .
How to fix it ?
Thank You
User avatar
Fresh Boarder

GK User
Tue Mar 03, 2015 11:25 pm
Add also this code at the end of css/override.css file:

Code: Select all
#aside-menu .menu-main-menu-left-container,
#aside-menu .menu-main-menu-right-container {
    float: left;
    padding-left: 0;
}
User avatar
Moderator

GK User
Thu Mar 05, 2015 12:01 pm
after this change is all ok !
User avatar
Fresh Boarder


cron