Hi there! Thank you for your beautiful theme and quick support! Have one more request.
I'd like to make the posts have the same max-width as the pages. I use the "No Sidebar with smaller container width" template for pages with custom width of 700 px.
If I set the max-width with basic CSS, the posts are not mobile friendly anymore.
Hi there! Thank you for your beautiful theme and quick support! Have one more request.
I'd like to make the posts have the same max-width as the pages. I use the "No Sidebar with smaller container width" template for pages with custom width of 700 px.
If I set the max-width with basic CSS, the posts are not mobile friendly anymore.
Could you help me, please.
Sorry to bother you. I think I found the solution from previous tickets. Added this to the custom CSS
.container.container-single {
max-width: 700px;
}