Hi Team,
I’m having an issue with the link area of my logo in the enfold webpage. Below is the quick CSS used to move the logo to the left but the URL area hasn’t moved. Any help would be appreciated.
The area in blue is the logo position, Yellow is the link area.
https://ibb.co/hbbzGx
.logo, .logo a, .logo img {
position: relative;
left: -100px;
height: 200px;
overflow: visible;
max-height: 180px!important;
padding: 0;
}
Hey Animationink,
“span.logo” should move everything together, try using it instead of “.logo, .logo a, .logo img”
Best regards,
Mike
Hi Mike,
Thank you for the reply.
I tried the following and same result.
span.logo {
position: relative;
left: -100px;
height: 200px;
overflow: visible;
max-height: 180px!important;
padding: 0;
}