This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

CSS Editor and doing/saving responsive CSS

9 years ago · Last reply by Andrew Misplon 9 years ago

I use your plug-in a lot. I have a site that needs to be edited for smaller sizes that I create so when it comes to specifying these specific sizes for different types of media, the CSS editor doesn’t retain those settings and cancels out any custom CSS File you add to your custom theme. Any suggestions on how to work around this?

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 9 years, 8 months ago

    Hi Infinitedezigns

    Thanks for reaching out. I just tried a basic media query as follows and it seems to save as expected:

    @media (max-width: 680px) {
      h1 {
        font-size: 15px;
      }
    }

    Please, send us an example media query that isn’t saving and we’ll take a look.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread