Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #278189
    andrmcal
    Participant

    The site logo appears at a normal size on all pages except one, where I am using the WooCommerse product page. On this page, the logo is too big and takes up the entire page. See site URL: http://www.andrewandmarkus.com/registry

    #278241
    Skandha
    Participant

    @andrmcal: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .woocommerce .custom-logo {
        max-width: 180px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #278333
    andrmcal
    Participant

    Thanks, it works!

    How do I center the logo on the homepage and all other pages? It does not seem to be centered on the page.

    #278356
    Skandha
    Participant

    @andrmcal: Hello there,
    I checked your site and the logo already seems to be centered. Can you let me know on which page it is not centered?

    Kind Regards,
    Skandha

    #278447
    andrmcal
    Participant

    It is just slightly to the left and not centered under the ‘scroll’ feature on the homepage.

    #278475
    Skandha
    Participant

    @andrmcal: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-logo-link {
        margin-right: 0 !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #281979
    andrmcal
    Participant

    Thank you. Now the logo is appearing bigger on the WooCommerse checkout page: https://andrewandmarkus.com/checkout/. How do I get it to be the regular size?

    #281984
    Skandha
    Participant

    @andrmcal: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-logo {
        max-width: 180px !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Site Logo Size’ is closed to new replies.