Logo space in #gk-menu-wrap

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Fri Aug 07, 2015 7:22 pm
hi,
I want to increase the size of the logo of the main menu ... ( clear and black logos )

I already increased space # gk -menu -wrap , but the logo continues small.


The same problem I have with icons of the section "Everything you need to know" ... I already upgraded its size, but must have some margin or something .. which cuts
User avatar
Gold Boarder

GK User
Sat Aug 08, 2015 11:38 am
Hello,

Did you change the theme or domain? Because I can't see the simplicity on your website now, could you send me an URL?
User avatar
Moderator

GK User
Sat Aug 08, 2015 11:47 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

a.cssLogo, #gk-menu-wrap a.cssLogo {
   height: 55px;
}
.gk-icon-area > a {
   height: 140px;
   width: 138px;
}
User avatar
Moderator

GK User
Tue Aug 11, 2015 5:35 pm
Hi Piotr

I add this code... because the margin.. its to big.. and the logo is not centered

a.cssLogo {
margen-top: -5px
}

But it doesn't wordk.. :(

How can I fix this.

Thanks
User avatar
Gold Boarder

GK User
Tue Aug 11, 2015 8:51 pm
Try to add this code:
Code: Select all
a.cssLogo {
    margin-top: 10px!important;
    }


and adjust the height value (from my previous post)
User avatar
Moderator

GK User
Tue Aug 11, 2015 10:19 pm
Thaaaanks!!! it looks good now! <3
User avatar
Gold Boarder


cron