• I made my logo 337 width by 87 height so it would be small and in the corner while leaving room for the menu – and it is stretching across the whole top. I have followed the css to change header, header-wrap, logo – none of this is helping. I am self taught css hack – not really fluent in what I a m doing – but know enough to inspect the element and drill down to what the content is contained in – usually I can change any theme to how I want it. I can’t get this one to budge and not sure what I am missing. Current css change (5th try) is
    #logo,
    #logo a {
    width: 337 !important;
    height: 87 !important;
    float: left;
    }

    #logo a img {
    width: 337 !important;
    height: 87 !important;
    float: left;
    }

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter heatherplude

    (@heatherplude)

    I think I may have found what I need to change in bootstrap.css – can you help me make the logo stay small in the upper left and the menu next to it? Unless we are on a phone, then the menu can still move under the logo

    Thread Starter heatherplude

    (@heatherplude)

    Definitely have not found anything to help – just want to make it clear – I continue to try things – waiting to find of get help with a css solution.

    Thread Starter heatherplude

    (@heatherplude)

    Here is a screenshot of the cause of the logo being so big
    https://freetrainingworkfromhome.com/wp-content/uploads/2018/05/logo-css-fix.jpg

    It is in the
    #logo img – which says it is inline 12 — which made me look in the header.php file but it’s not there. Next I searched style.css and bootstrap.css finding #logo img several times in style.css. Nothing with 740px

    So, I added
    #logo img {
    width 373px !important;
    }

    to the Custom css in customization and it works!

    Woo hoo – resolved!

    Thread Starter heatherplude

    (@heatherplude)

    I found where you can adjust this in the Customize => Donna Theme Options => Logo Settings => Image Logo Width (px)

    I set that to 337 and removed the Custom css and it works great!

    Simple.

    BTW – I love the Donna theme.

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