Tagged: x Author Posts January 21, 2017 at 8:03 am #1339625 bradmacleanParticipant Have an easy one for you … what is the CSS to add dynamic left and right padding to sections on mobile? Thanks so much! Brad January 21, 2017 at 8:15 am #1339630 ThaiModerator Hi Brad, Please add the following CSS: @media (max-width: 979px){ .x-padding { padding-left: 50px !important; padding-right: 50px !important; } } After that add the x-padding to the class field of your sections. Hope it helps 🙂 Author Posts <script> jQuery(function($){ $("#no-reply-1339625 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In