Tagged: x
-
AuthorPosts
-
November 9, 2016 at 4:11 pm #1250677
Jennifer SParticipantHi there! I’ve been scouring the forum for an answer to this for about 45 minutes. I’ve found lots of Custom CSS options – but I’ve tried them all and none are working. I’m not sure why. I even tried copying and pasting Custom CSS from one of my other X sites where it IS WORKING, and it didn’t work here: http://www.theantgroup.com/what-is-bim/
Everything is current. Site is live, but I will send you a login/pw privately next. Thanks!
November 9, 2016 at 4:13 pm #1250687
Jennifer SParticipantThis reply has been marked as private.November 9, 2016 at 10:03 pm #1251091
RupokMemberHi there,
Thanks for writing in! You need to add the below CSS :
.single-post .entry-featured { display: none; }I have added this to your site to make sure it works. It was not working before because your previous code was not closed properly. I have fixed the CSS.
Cheers!
November 10, 2016 at 5:45 am #1251531
Jennifer SParticipantOh great – thank you so much for testing it and fixing my CSS problem. Much appreciated – you guys rock, as always! 🙂
November 10, 2016 at 5:52 am #1251539
Jennifer SParticipantSorry, I have a follow up question. I would like my blog post “pages” to be set to “No Container – Header, Footer” but there’s no way to adjust that in the post settings. Is there some universal CSS I can add?
I tried adding the following, but again, didn’t work.
.single-post .entry-wrap > .x-container.max { max-width: 100%; width: 100%; }Thanks!
November 10, 2016 at 5:58 am #1251548
Jennifer SParticipantI managed to find the following, which worked.
.single-post .x-container.max.width.offset { max-width: 100%; width: 100%; }The only problem with it is that the post’s header and meta end up without a container as well. Is there a way to put a container around the posts header/meta info? Right now, I have it hidden. I want to use Cornerstone for my posts, so I’m hoping there’s a way to do this. Please let me know? Thank you!
November 10, 2016 at 8:28 am #1251708
ChristianModeratorPlease use the code
.single-post .entry-header { max-width: 1200px; width: 88%; margin: 0 auto; }Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1250677 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
