Tagged: x
-
AuthorPosts
-
March 17, 2017 at 3:05 am #1410754
KashevkoParticipantHey there,
My website is: http://ponylab.studio
I’m trying to make my blog posts full width but no results.
I’ve tried the next CSS codes:.single .x-sidebar { display: none !important; } .single .x-main { width: 100% !important; }.single-post .site > .x-container-fluid { max-width: 100% !important; width: 100% !important; }How can we figure this out?
Thanks,
SergMarch 17, 2017 at 3:06 am #1410756
KashevkoParticipantThis reply has been marked as private.March 17, 2017 at 9:26 am #1411027
RahulModeratorHi there,
Thanks for writing in! To make the blog posts page full width, just add the following CSS code via Appearance > Customize > Custom > CSS:
.single .x-sidebar { display: none !important; } .single .x-main { width: 100% !important; }Let us know how this goes!
March 17, 2017 at 9:26 am #1411028
RahulModeratorHi there,
Thanks for writing in! To make the blog posts page full width, just add the following CSS code via Appearance > Customize > Custom > CSS:
.single .x-sidebar { display: none !important; } .single .x-main { width: 100% !important; }Let us know how this goes!
March 19, 2017 at 7:31 am #1412713
KashevkoParticipantHi Raul,
it seems not to work…
Please check the link I sent here as a private reply.Thanks.
March 19, 2017 at 11:48 am #1412854
ThaiModeratorHi There,
Please find this CSS:
@media (max-width:979px){ footer.x-colophon.bottom { position: fixed; right: 0; left: 0; bottom: 0; /** Making Get a Quote Bold**/ /** Displaying Blog Posts Full width**/ .single .x-sidebar { display: none !important; } .single .x-main { width: 100% !important; }And change to this:
@media (max-width:979px){ footer.x-colophon.bottom { position: fixed; right: 0; left: 0; bottom: 0; } } /** Displaying Blog Posts Full width**/ .single .x-sidebar { display: none !important; } .single .x-main { width: 100% !important; }Hope it helps 🙂
March 19, 2017 at 1:00 pm #1412871
KashevkoParticipantOh, silly me.
Thanks Thai, works perfectly 🙂
March 20, 2017 at 1:58 am #1413282
Paul RModeratorYou’re welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1410754 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
