How to increase the content width and remove date above post-content
-
I just removed the sidebar and center-aligned all the posts. The content width has been set to 830 px for landscape photographs but the posts are showing as only 620 px wide. Can you please help me make it 830px?
Also, I would like to remove the date in the content page(just below the post title) and delete the space between the post title and the photographs.
Thanks in advance!
The blog I need help with is: (visible only to logged in users)
-
Hi, I’ve responded in the other thread you started on the width issue here: https://en.forums.wordpress.com/topic/how-to-remove-sidebar-from-posts-in-triton-lite?replies=11 .
To get rid of the dates on single post pages, add the following CSS.
.single .entry-date { display: none; }The space between the post title and photos on single post pages goes away using the above code.
-
-
- The topic ‘How to increase the content width and remove date above post-content’ is closed to new replies.