• Resolved user2015

    (@user2015)


    Hi, When I created my website I had an issue with the logo size in mobile view (it was huge).

    You told me to use this code:
    @media only screen and (max-width: 480px) and (min-width: 200px) {
    .navbar > .container .navbar-brand { float: left !important; }
    .navbar > .container .navbar-brand img { width: 70px !important; height: 54px !important; margin: 0 !important; }
    .navbar-toggle {
    float: right !important;
    margin-top: 34px !important;
    margin-right: 15px !important;
    margin-bottom: 34px !important;
    }
    }

    It has been working ok but now it doesn′t work any longer. How can I fix it??

    Thank you!!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘logo size in mobile view’ is closed to new replies.