Tagged: header, logo, responsive
Hi
I changed the logo size to 1130px to get it the way I want (setting Responsive Layout Default max width 1030px). I don’t have a clue why I need a logo sized to 1130px, but that is the only way I get it centered and aligned well). On my desktop screen this is ok, but on my tablet the logo is offcourse too wide/big. Please help me on what to add to get it fixed properly for smaller screens as well.
I added in Quick CSS
.logo, .logo img {
max-width: 1130px !important;
width: 1130px !important;
height: auto !important;
max-height: none !important;
}
.logo img{
position: relative;
top: -20px;
left: 60px;
}
Thanks,
Jolanda
Hey Jolanda!
Can you post the link to your website so we can take a look?
Best regards,
Yigit
Hi!
Please try removing
max-width: 1130px !important;
width: 1130px !important;
from your custom CSS code. Can you send a mock up and show how you would like logo to look? Maybe we can provide another solution
Regards,
Yigit
Hey!
Please add following code to Quick CSS
.logo img { left: 45px; }
@media only screen and (max-width: 990px) and (min-width: 768px) {
.logo img { top: 0; }}
Regards,
Yigit
Hi Yigit,
thanks, not exactly the code, but it put me on the right track and I think I’ll managed now!
You can close this one now.
thanks again,
Jolanda