DivMagic
  • DivMagic Documentation
    • Getting Started
  • Settings
    • Component Format
    • Style Format
    • DevTools
    • Copy Mode
    • Media Query
    • Edit Mode
  • API
    • Introduction
    • Getting started
    • Sample Requests
    • Request Parameters
  • Studio
    • Introduction
    • User Panel
      • Chatbot
      • Library
    • Editor
  • Landing Pages
    • Description
  • WORDPRESS INTEGRATION
    • Introduction
    • Getting Started
Powered by GitBook
On this page
  • Media Query On
  • Media Query Off

Was this helpful?

  1. Settings

Media Query

Add Media Query CSS to the copied code for responsive design. There are two options: On and Off

PreviousCopy ModeNextEdit Mode

Last updated 8 months ago

Was this helpful?

Default Value: On

Media Query On

This option will add Media Query to the copied code for responsive design.

It works with all Component Format and Style Format options.

Media Query with Tailwind CSS

If you choose Tailwind CSS, Media Query will be added to the Tailwind CSS classes. If there is a Media Query style that is not supported by Tailwind CSS, it will be added as a global style.

Media Query with Inline CSS

If you choose Inline CSS, Media Query will be added as a global style because Inline CSS doesn't support Media Query styles.

Media Query with External CSS

If you choose External CSS, Media Query will be added to the External CSS.

Media Query with Local CSS

If you choose Local CSS, Media Query will be added to the Local CSS.

Media Query Off

This option will not add Media Query to the copied code.