Hi, is it possible to align the logo on the left site of the screen. So that it makes no matter if it s an laptop screen with 15inches or a big screen with 24 inches.
I have tried many different forum css entries, but nothing really worked.
Actual i use this code
.logo a {
float: left;
z-index: 9999;
}
and icnrease the container size to 1610 px of the site. Is it possible to do the logo alignment laso vor an 24 inches screen without to raise the container size?
Or is it neccessary to increase the template size over 2000 to 2500 px?
Thanks in advance
Regards
Andreas
Hey Amselus,
Best regards,
Victoria
? I am sorry – what was th3 solution here??
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top #header .container.av-logo-container {
width: 100%;
max-width: 100%;
padding-left: 20px;
padding-right: 20px;
}
Hope it helps.
Best regards,
Nikko