Hello!
I used the following code to get my top logo full size, however, it is not centered when you land on the home page nor when you scroll. Thank you in advance for solution
.html_header_top.html_logo_center .logo {
left: auto;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
website is here
Hey dvus4l,
I checked your site and the code you added causes it not to be centered please remove it and it should be centered again, translate() moves position as well as the left property.
Best regards,
Nikko
The issue is , when that code is removed the logo is not showing at full size. I would like the image to show at full resolution (782 x 165)
I have the banner height set @ 165px, however the logo image is still becoming resized
Thank you in advance
Hi dvus4l,
The logo is big enough at this point, in order to make it bigger, you need to control too many elements, that constantly keep changing their height when scrolling the page and the menu shrinking. The height of to many elements is hard coded and is changed in JavaScript. Let me know what you think.
If you need further assistance please let us know.
Best regards,
Victoria
Victoria..
“Big enough at this point” is an opinion – I am looking for a solution to the issue I have supplied.
Please respond to my request
Thank you