Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1242737
    sosmond
    Participant

    How 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/

    #1242907
    Friech
    Moderator

    Hi 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!

    #1243720
    sosmond
    Participant

    Perfect, thank you!

    #1243742
    Jade
    Moderator

    You’re welcome! 🙂

    #1243770
    sosmond
    Participant

    How can I do the same thing on the single product pages

    http://jeffdillon.involve.media/product/test-2/

    #1243912
    Jade
    Moderator

    Hi there,

    Please update the code to:

    .single-product .entry-wrap,
    .page-template-default .entry-wrap {
    	padding-right: 0;
    	padding-left: 0;
    }

    Hope this helps.

    #1243974
    sosmond
    Participant

    great, thanks again.

    #1244064
    Rahul
    Moderator

    Glad we were able to help you out.

    Let us know if we can help with anything else.

    Thanks for choosing the X-theme!

    #1244197
    sosmond
    Participant

    I 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/

    #1244239
    Joao
    Moderator

    Hi 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

  • <script> jQuery(function($){ $("#no-reply-1242737 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>