CSS Responsive Values changed on load

When I upload my new CSS with the banner set to width: 45vw; it auto updates and changes it to the default height and width every time. This is very annoying. https://www.mc-ticks.pro/

BEFORE UPLOAD:

  #sb-bn {
    height: auto;
    width: 45vw;
  }

AFTER UPLOAD:

#sb-bn {
  height: 90px;
  width: 728px;
}

Are you sure the file is changing - or just what is displayed in the browser?

If you recently updated the file, you may wish to try clearing your cache.

9 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.