Tagged: x
-
AuthorPosts
-
November 3, 2016 at 1:35 pm #1242737
sosmondParticipantHow can I decrease the margins or padding around the content (text)area?
http://jeffdillon.involve.media/testpage/I would like the text when I am using the sidebar to expand to the full width like it does on pages without the sidebar.
http://jeffdillon.involve.media/portfolio/November 3, 2016 at 4:15 pm #1242907
FriechModeratorHi There,
Thank you for writing in! You can add this under Custom > CSS in the Customizer.
.page-template-default .entry-wrap { padding-right: 0; padding-left: 0; }Hope it helps, Cheers!
November 4, 2016 at 8:36 am #1243720
sosmondParticipantPerfect, thank you!
November 4, 2016 at 8:54 am #1243742
JadeModeratorYou’re welcome! 🙂
November 4, 2016 at 9:17 am #1243770
sosmondParticipantHow can I do the same thing on the single product pages
November 4, 2016 at 10:46 am #1243912
JadeModeratorHi there,
Please update the code to:
.single-product .entry-wrap, .page-template-default .entry-wrap { padding-right: 0; padding-left: 0; }Hope this helps.
November 4, 2016 at 11:33 am #1243974
sosmondParticipantgreat, thanks again.
November 4, 2016 at 12:49 pm #1244064
RahulModeratorGlad we were able to help you out.
Let us know if we can help with anything else.
Thanks for choosing the X-theme!
November 4, 2016 at 2:28 pm #1244197
sosmondParticipantI added padding-top: 0; and it removed some space but how do I get the content and sidebar to move up closer to the header on all the woocommerce pages like these
http://jeffdillon.involve.media/product/test-2/
http://jeffdillon.involve.media/portfolio/November 4, 2016 at 2:55 pm #1244239
JoaoModeratorHi there,
Please add the following code to Appereance > Customizer > Custom > CSSand adjust according to your wishes:
.x-container.offset { margin-top: 1% !important; }Hope it helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1242737 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
