Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #910935

    Hi
    I notice there is specific width defined for the logo in the file

    /templates/ja_university_t3/local/css/themes/blue/template.css

    .logo-image {
        width: 700px;
        height: 56px;
    }

    you can change it to below code or remove that .

    .logo-image {
        width: auto;
        height: auto;
    }
    gazpalmer Friend
    #910949

    Argh thank you so much! I was changing it in style.less then wondering why when I used Firebug or Inspect with the browser the size was still showing!

    Thanks, Pankaj!

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  gazpalmer 8 years, 7 months ago.

The topic ‘Logo scaling in mobile / zoomed browser broken after LESS to CSS / migration’ is closed to new replies.