Support › Forums › Sunshine Pro Theme › Make responsive category pages › Reply To: Make responsive category pages
April 1, 2016 at 11:26 am
#993
Moderator
To make it responsive, is style.css file.
1. Below this…
@media only screen and (max-width: 800px) {
2. Add this…
.category .entry {
width: 100%;
padding: 0;
}