Tagged: x
-
AuthorPosts
-
September 2, 2016 at 2:34 pm #1158848
goalsarecoolParticipant1- How can I center the title and meta data of posts only? I don’t want to change .entry-header because it impacts pages as well.
2- How can I decrease the padding on full width posts only? I think it’s padding and not margin I’m looking for. I trying to make the posts content (only) thinner on the page.
Thanks!
BlakeSeptember 2, 2016 at 7:07 pm #1159083
JadeModeratorHi Blake,
You can add this under Custom > CSS in the Customizer.
.single-post .entry-header { text-align: center; } .single-post .entry-wrap { padding: 40px; }Hope this helps.
September 2, 2016 at 7:57 pm #1159208
goalsarecoolParticipantThat did not work.
September 2, 2016 at 10:26 pm #1159337
DarshanaModeratorHi there,
Upon checking, I see that your Titles and Meta is already centered (https://snag.gy/uv2AyP.jpg).
To dis-crease padding, use the following CSS rule.
.blog .entry-wrap { padding: 30px; }Hope that helps.
September 2, 2016 at 10:32 pm #1159347
goalsarecoolParticipantHere is the code I used
.blog .entry-wrap { padding: 200px; }It put a huge space at the top and bottom of the post though. Please see attached. How do get rid of the huge gaps?
September 2, 2016 at 10:39 pm #1159355
goalsarecoolParticipantforgot to attach
September 2, 2016 at 10:44 pm #1159365
Prasant RaiModeratorHello There,
Thanks for writing in!
Please use the code shared my our staff in previous reply. Looks like you have removed the code as i don’t see the space on your website. Request you to please confirm.
Thanks.
September 2, 2016 at 10:55 pm #1159370September 2, 2016 at 11:25 pm #1159390
Prasant RaiModeratorHello There,
Thanks for writing in!
Please navigate to inspector panel of relevant section to remove padding. We request you to please walk-through following screencast:
http://screencast.com/t/JciJqMLp7
Change padding-top value as per your requirement.
Thanks.
September 2, 2016 at 11:37 pm #1159398
goalsarecoolParticipantPlease check again. http://goalsarecool.staging.wpengine.com/posts/
-i’m trying to have full width on posts only (700 width). I still want a sidebar on certain pages.
-The gap at top and bottom of posts needs to be removed
-the bolded text and lack of gap between posts starting at the post about the store needs to be fixedSeptember 2, 2016 at 11:58 pm #1159402
goalsarecoolParticipantthe gap is gone and i managed to get full width on posts. Now, how do i get my sidebar back on certain pages like http://goalsarecool.staging.wpengine.com/member-dashboard/
Also, still need help with the font issue that starts at the post called The Goals Are Cool Store Is Open For Business! here http://goalsarecool.staging.wpengine.com/posts/
September 3, 2016 at 1:36 am #1159447
RadModeratorHi there,
Would you mind providing your login credentials in private reply? I like to check if it’s due to customizer’s setting, or just custom code. If it’s due to customizer, then you can simply set your layout to Sidebar – Content and have your Blog layout set to global.
About the font, it’s because of You Might Likeā¦. It has no
</strong>and</span>which causes other text formatted the same.<p style="text-align: center;"><strong><span style="font-size: 25pt;">You Might Like…</p>Should be like this
<p style="text-align: center;"><strong><span style="font-size: 25pt;">You Might Like…</span></strong></p>Please properly close all elements.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1158848 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
