• Resolved samanthadee

    (@samanthadee)


    I have tried uploading many various sizes of PNG with my logo.
    I have tried ‘skip cropping’ and ‘cropped’

    Pleeeeeeeeease, would someone be able to help me:

    I would like my logo to fill the entire area of this space. Can someone tell me exactly what I need to do, this is proving frustrating.

    Everything I upload ends up tiny.

    Thanks so much

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The larger image is there… I can see it when I look.

    You need to modify the CSS code to allow that larger image to expand further.

    If it was me I’d just use the Text lines in Customizer and skip the logo. Faster and cleaner. Wastes less ‘above the fold’ space. Less stuff to break.

    Hi @samanthadee,

    If you go into the WordPress Customizer, you will have the ability to add custom CSS.

    Add the following code to that area:

    .navbar-brand {
    width: 100% !important;
    }

    That should make the logo area full width for you.

    Alternatively, if you have access to the theme code, alter this code: <div class="col-md-3 col-sm-3 col-xs-12 navbar-brand"> to this <div class="col-xs-12 navbar-brand"> which is a less hacky way to do the same thing.

    • This reply was modified 6 years, 1 month ago by Matt Watson.
    Thread Starter samanthadee

    (@samanthadee)

    @mwtsn

    Thanks! that solved it, cheers

    Sam

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