Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #439181

    The logo on http://www.bustersoutfitters.com is actually 1100 wide, 198 tall. It’s displaying correctly in Firefox, but in Chrome it’s displaying at 100×300. Looking at the page source, you can see it’s hard coded to 100×300. Where is this defined, and why?

    #439184

    Hey mrshaffly!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_header_top.html_logo_center .logo {
      left: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }

    Best regards,
    Yigit

    #439214

    Perfect! Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Logo size in page source defined as 100×300 – displaying in Chrome’ is closed to new replies.