Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1185863
    wwilliams
    Participant

    Hi There,

    I found https://community.theme.co/forums/topic/change-all-row-text-padding-leftright-to-0-when-on-mobile/ and have followed it, eventually adding the below code to my site to remove padding for mobile, however it doesn’t seem to be working?

    Can you please have a look for me, site is http://52.64.214.72/

    @media (max-width:767px) {
    .entry-content.content .x-section .x-container.max.width .x-container .x-column {
    padding: 0!important;
    }}

    #1185865
    wwilliams
    Participant

    Don’t worry – solved my own problem. Changed the media query to only effect .x-section and then it worked fine.

    Cheers!

    #1185891
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

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