Logo Size - by Bluefishdesigns - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 10 years ago ago by Robert Hall

  • Avatar: Bluefishdesigns
    Bluefishdesigns
    Participant
    December 1, 2014 at 13:45

    Hi, Helen has been helping on the Theme forest forum but I thought it best to use this forum.

    I am trying to make my logo as big as possibe but it was knocking it out on the ipad. If I add Helens CSS it is fine on the ipad but small on the computer.

    What is the correct CSS so it is big on the computer and small on the ipad.

    Helens CSS

    @media (max-width:979px){.header5 .logo img, .header6 .logo img, .header1 .logo img, .header7 .logo img{max-width:250px;}}

    This is my CSS

    .header5 .logo img, .header6 .logo img, .header1 .logo img, .header7 .logo img {
    max-width: 450px;
    }

    http://www.reasoninteriors.co.uk

    Many thanks,
    Clare.

    1 Answer
    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 1, 2014 at 16:19

    Hello,

    Try to add this code into custom.css file

    @media (max-width: 979px){
    .header5 .logo img, .header6 .logo img, .header1 .logo img, .header7 .logo img {
    max-width: 300px;
    }
    }

    Regards,
    Robert Hall.

  • Viewing 2 results - 1 through 2 (of 2 total)

The issue related to '‘Logo Size’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.