D
D
Denis Shishkin2016-03-27 09:56:29
css
Denis Shishkin, 2016-03-27 09:56:29

How to change the style of the contact form in the mobile version of the site?

I installed contact form 7 on the site (wordpress), made a form with my own style. But on the mobile version of the site, some fields run into each other and the shape of the fields is different. How can I fix it? I add:

@media only screen and (max-device-width: 480px) {

  
}

Is it right..?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mr Crabbz, 2016-03-27
@Punkie

@media only screen and (max-width: 480px) {

// тут ваши стили для мобильного
  
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question