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 7 years, 7 months 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.