Responsibility in WordPress - Developer [closed]

-5

I'm doing maintenance for a site made in WordPress. It was not me that I developed and is the first time I move in WordPress so I have some doubts. How do I know if a plugin was used for responsiveness? I need to change some things on the phone that differ from the PC and vice versa. Preferably I would like to change encoding

    
asked by anonymous 30.08.2018 / 18:03

1 answer

1

Friend, you can see if you have used some common framework for responsive CSS / HTML. Look in your code for references to Bootstrap or Foundation. They are the most common on the market.

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

    
30.08.2018 / 20:39