Hi there,
For the site I mentioned above I am trying to increase the logo size to 400px or even larger.. I’d like to have free control there..
So far the maximum I get is 300 px..
Also I would like to increase the margin-top for mobile devices, I have been able to do this for the desktop version but not yet for mobile..
I look forward to your reply…
Thanx!!
Hi Ben!
You can use this to increase the size of the logo:
.logo, .logo img {
width: 400px;
}
Adjust the left position using this:
div .logo {
left: 36%;
}
Regards,
Ismael
Hi there,
It seems that the logo is blurred for some reason..
The image itself is 600 px and the logo size set in the css as well..
Also the line height is adjusted..
Any suggestions here?
Thanx