zerif lite page not responsive after custom css
-
Hi Zerif Lite Team,
I’m using a Zerif Lite child theme on my website, BloggInc.
I changed the default page template “Blog template with large images” using Custom CSS to lessen the width of blog posts. Here’s a sample post. (Note how the content is set to be displayed at the center of the page 735px instead of the default full-width).
Somehow, making this alteration doesn’t allow the blog posts to be responsive (the text is cut off on mobile devices).
Can you please tell me how I can fix this error. The rest of the pages are responsive. Only single-post type pages are not.
This is the CSS I used:
.single-post .content-area {
width: 735px;
align-items: center;
margin-left: auto;
margin-right: auto;
}Thank you!
- The topic ‘zerif lite page not responsive after custom css’ is closed to new replies.