Logo

Multipurpose WordPress Theme Forum Support
GK User
Thu Oct 22, 2015 3:22 pm
Hi i want to move the logo a little up. I have placed this code in the override:
But this not seems to affect

.gk-logo {
display: block;
float: left;
margin: 72px 0 0;
opacity: 1;
padding: 0;
position: absolute;
text-indent: -9999px;
transition: all 0.3s ease-out 0s;
width: auto;
}

I am using a redirection so i can not link the website
User avatar
Expert Boarder

GK User
Fri Oct 23, 2015 8:01 am
Hi,

It's difficult to inspect without your website, but try to add the following code:
Code: Select all
.gk-logo {
margin-top: 30px;
}
User avatar
Moderator


cron