Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1273830
    Jenna B
    Participant

    Hello!

    I am looking to remove the section padding on the mobile view on every page of my site. Is this possible through Global CSS in Customizer? I found the following code on another thread and it worked but would like it to be applied to all pages, not just 19843:

    @media (max-width:979px) {

    .page-id-19843 .x-section {
    padding-left: 30px !important;
    padding-right: 30px !important;
    }

    }

    Thank you in advance!

    #1273955
    Jenna B
    Participant
    This reply has been marked as private.
    #1274151
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    @media only screen and (max-width: 800px) {
       .x-section {
        padding: 0 !important;
    }
    }

    Thanks.

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