Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #810050

    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

    #810069

    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

    #810584

    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

    #811499

    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

    #811885

    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

    #811915

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .logo {height: 165px!important; max-height: 165px!important; width: 782px!important;}

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.