Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #54110
    Lisa
    Member

    Hi Sakin,
    I created a Contact Form 7 which looks great in desktop but not in mobile

    http://summer-in-utah.com/request-quote-2/

    Is there a way to use a conditional statement to select another form designed for mobile if the screen size is max-width=400?

    I realize I can use the @media query for formatting, but I would like to call a different form.

    thanks
    Lisa

    #54146
    Sakin
    Keymaster

    @Lisa: Sorry there is no way to use different form for mobile devices but yes, you need to add in css for mobile version. So, you need to wrap each element with span or div wrapper and add the css for less then 960px:

    @media screen and (max-width: 960px) {	
    
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Contact Form 7 mobile form’ is closed to new replies.