• Hello,
    I don’t able to edit in css for media queries or i don’t able to add media queries for for mobile version.

    Please help me to rectify this issue.
    Thank You.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hello,

    Sorry, I don’t clearly understand your problem.

    If you want to add special styles for mobile devices you can add media queries styles like

    @media only screen and (max-width: 700px) {
    
        .aws-container {
            width: 300px;
        }
    
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Don’t able to edit in css for mobile version’ is closed to new replies.