• Hello!

    I addition to my previous question, I would also like to ask how I can possibly adjust the size for the logo. I want to make it a bit larger.

    Thanks a lot!

Viewing 5 replies - 1 through 5 (of 5 total)
  • try this CSS

    #logo img {
        width:200px /*change to fit your style*/
        height: 50px; /*change to fit your style*/
    }
    Thread Starter rpenafiel

    (@rpenafiel)

    Thanks a lot, goodmuyis! May I please ask if I should apply this code on editor section of WP under Stylesheet (style.css)? Am I right? If not, I hope you can point me to where I should apply this code specifically.

    More blessings! ??

    For me the logo resize CSS was different and it needs to be edited as mentioned by you above, in style.css
    Scroll till

    /* ———————————————————————-
    06. HEADER
    ———————————————————————- */

    }
    #logo img {
    max-height: 150px;
    display: block;
    margin: 0 auto;

    I scrolled to find above code and updated the file, I changed my default logo size from 50px to 150px as per my need.

    Thread Starter rpenafiel

    (@rpenafiel)

    Thank you so much for sharing that, Assyrians! It worked! ??

    I tried this with mine and it isn’t any bigger. I even tried 800px and nothing. Is there something else I have to change?

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