Responsiveness in Wordpress - Developer

Asked

Viewed 26 times

-5

I’m doing maintenance on a site made in Wordpress. I was not the one who developed and it’s the first time I touch Wordpress so I’m having some doubts. How to know if was used any plugin for responsiveness ? Need to change some things on mobile that differ from PC and vice versa. Preferably I would like to change coding

1 answer

1

Friend, you can check to see if any common use framework for responsive CSS/HTML has been used. Search your code for references to Bootstrap or Foundation. They are the most common on the market.

You can also find in the CSS of your current theme the media-queries. If you find, you can manipulate what you need within that code!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.