Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #169091
    manonwethly
    Participant

    Hello,

    Is there any way to make the site logo bigger on the desktop version (not the mobile version because there it is perfect!)

    This is my site: http://www.manonwethly.com

    Thank you!
    Manon

    #169117
    sapana
    Participant

    @manonwethly: Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    @media screen and (min-width:1023px) {
    .custom-logo {
        max-width: 300px;
    }
    .custom-logo {
        margin: 0px auto;
    }
    }

    You can change the max-width if you want the change the logo size.Let me know if this works out!

    Kind Regards,
    Sapana

    #169142
    manonwethly
    Participant

    THANK YOU SO MUCH!!! IT WORKED!

    I’m so happy about that!

    Thanks again!
    Manon

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Make the logo bigger – Catch Fullscreen theme’ is closed to new replies.