Twenty sixteen – How to change the width of the posts ?
-
Hello
I use the theme sixteen and have the premium option.
I would like the posts (img + text) display on a greater width, as the title of the posts? or as text pages …(i don’t use categories or tags, author and dates)
I also want keep the responsive design.
Which css code i have to use ?Thanks for your answer
The blog I need help with is: (visible only to logged in users)
-
Hi there, add the following to your custom CSS at the very bottom.
.blog.no-sidebar .entry-footer { display: none; } .blog.no-sidebar .entry-content { margin-left: 15% !important; margin-right: 15% !important; width: auto !important; } -
-
- The topic ‘Twenty sixteen – How to change the width of the posts ?’ is closed to new replies.