Logo Position

Dedicated support forum for CloudHost elegant bosting WordPress theme which is perfect for your business and hosting websites. Here you can ask questions and discuss with other theme users.
GK User
Wed Mar 25, 2015 9:55 pm
How can I adjust the logo position when it's set to image? Also in the drop-down navigation menu as you scroll down the page? Our logo placement is a little too high and is budding up against the top-bar.
User avatar
Junior Boarder

GK User
Thu Mar 26, 2015 8:27 am
Hi,
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
#gk-head a.imageLogo img {
   margin-top: 10px;
}
#gk-header-nav .imageLogo > img {
   margin-top: 5px;
   margin-bottom: -5px;
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.