Tagged: x
-
AuthorPosts
-
January 9, 2017 at 5:22 pm #1323083
sofiaeleonoraParticipantHi!
I’ve been searching in the forums and testing some css but nothing has worked so now I need your help! I’d like to center the post meta and only keep the date (possibly with time as well?) and “leave a coment” if possible?
Also I’d like to set the blog width on my first page to 1200px since I set all my pictures to 1200px and then the text looks out of place 🙂
Here’s my website: http://www.sofiaeleonora.se
I’ve hidden the post meta for now though since it looks so weird 😛
Thanks in advance!!
January 9, 2017 at 11:18 pm #1323432
RupokMemberHi there,
Thanks for wriitng in! Can you point us the post meta you are referring after taking off the code you are using? And also clarify if it’s on home or single post.
Cheers!
January 11, 2017 at 6:40 am #1325412
sofiaeleonoraParticipantThis reply has been marked as private.January 11, 2017 at 6:42 am #1325415
sofiaeleonoraParticipantHere’s a picture of how it looks:
January 11, 2017 at 6:48 am #1325434
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
p.p-meta { text-align: center; } p.p-meta > span:nth-child(1), p.p-meta > span:nth-child(3) { display: none; }http://i.imgur.com/RJVSIey.png
Hope it helps 🙂
January 11, 2017 at 8:25 am #1325566
sofiaeleonoraParticipantIt works perfectly, thank you!! 🙂
January 11, 2017 at 8:28 am #1325575
sofiaeleonoraParticipantAlso, is there a way to set the width of the posts on the home page to 1200px?
January 11, 2017 at 8:52 am #1325602
ThaiModeratorHi There,
Please add the following CSS:
.home .x-container.max.width.offset { max-width: 1200px; }Regards!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1323083 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
