• Resolved starbellydesigns

    (@starbellydesigns)


    I am having a lot of trouble getting my logo to appear larger.

    https://wp.starbellydesigns.com

    My logo’s actual size is 450x68px. I have tried to other solutions found in the WP forums but can’t get the proper result:

    Try 1: (including playing with the percentages)
    .navbar-wrapper .brand {width:23%; float:left;}
    .navbar-wrapper .navbar {width:77%; float:right}

    Try 2:
    .brand.span3 {
    width: 40%;
    }

    This one gets the logo larger but then knocks the phone number and nav down below. Again I’ve played with the percentages but anything below 40% distorts the logo. I even tried float: left; in Try 2 but it didn’t work.

    Any other ideas?

    Tom

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter starbellydesigns

    (@starbellydesigns)

    Got it!

    At some point I had added:

    .navbar-inner {
    padding-right: 20px;
    }

    Removed that and that screen size now works!

    Thanks for all the help!

    Tom

    You’re welcome…if you are satisfied could you mark topic as resolved?

    I apologize to ElectricFeet if I stole your thunder…

    Thread Starter starbellydesigns

    (@starbellydesigns)

    Totally resolved! Also with adding that additional @media query above, I was able to get the green borders on top and bottom of the slider to touch the image instead of a huge gap in that resolution!

    Thanks again!
    Tom

    I apologize to ElectricFeet if I stole your thunder…

    My thunder is licensed under a Creative Commons BY-SA licence. So use it as you will.

    My lightning, on the other hand, is proprietary ??

    Absolutely no problem with you solving any queries on the forum, including those I’ve half-solved (in fact, thinking about it, the more of those you solve, the better). I had been meaning to complement you on all the great solutions you’re bashing out. Thanks! ??

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Increase Logo Size’ is closed to new replies.