Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Changes not showing in mobile versions

  • Hi,
    I am doing some changes in Customizing > Additional CSS
    And when working with media queries the code does not show.

    Here an example:

    @media (max-width: 768px) {
    #card-body {
    display:flex;
    flex-direction: column;
    }
    }

    I though it was due to I had activated the Cache dynamic CSS in Customizing > General but it is not that plus I do not have any other caching plugin.

    Same pattern happens when doing changes in Elements that for mobile devices it sometimes do no deploy the changes.

  • Hi there,

    The Additional CSS field is a WP core feature so this shouldn’t be a theme-related issue.

    My guess is that you have a syntax error somewhere in your CSS which stops the code below the syntax error from executing.

    You can either move the CSS above to the top of the Additional CSS to test or use a service like this to check for errors: https://jigsaw.w3.org/css-validator/#validate_by_input

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.