Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #230523
    theseandowney
    Participant

    Hello, I am trying increase my logo’s size at the top of my page.

    I was unable to find how to do so in the instructions nor on any previous posts on the forum. Is there additional CSS I need to write or do I edit the theme itself? Thank you in advance.

    #230525
    theseandowney
    Participant

    I think I figured it out.

    /* To make the site logo bigger */
    .custom-logo {
        max-width: 250%;
    }

    The width can be set to % or px. My question is now, how do I make it mobile friendly? Like how can I set the logo size to adjust with screen size?

    #230545
    tikaram
    Keymaster

    @theseandowney: Please post in your site URL.

    Regards,
    Tikaram

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change logo size’ is closed to new replies.