Hai, I want to add border around content and widget and I find this code
.inside-article,.sidebar .widget{border:1px solid #f2f3f4}
But it is looking good in desktop version but in mobile version the left and right borders are not appearing, so how can I show proper borders in mobile version.
looks like you cache plugin is messing with the order of the CSS slightly so the padding on the columns is missing on mobile. Add this CSS to stop that from happening: