White space after tag removal
-
I’ve managed to remove categories and tags from my blog post, however this now leaves a huge white space on larger screens. Is that something I have to deal with or can this be filled in someway?
The blog I need help with is: (visible only to logged in users)
-
I haven’t tested the following CSS, but it should get you close. You may need to account for various screen sizes.
.layout-side-content-side .post { padding-right: 0; } .layout-side-content-side .post .entry-content { max-width: 910px; }
- The topic ‘White space after tag removal’ is closed to new replies.