• Resolved snezhana2202

    (@snezhana2202)


    hello,

    Form not displayed in mobile version (but it’s ok for tablets), i’m using x-child theme,
    thanks for any help

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi!

    Please note that the reason for the problem is your theme.

    Please take a look at the below-mentioned code

    In wp-content/themes/x-child/style.css file

    @media only screen and (max-width: 689px){
    .contact-top {
       display: none;
    }
    }

    Thanks, have a nice day!

    Thread Starter snezhana2202

    (@snezhana2202)

    it worked with

    @media only screen and (max-width: 689px){
    .contact-top {
    display: block;
    }
    }

    Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with mobile version’ is closed to new replies.