• Resolved nemanjagrahovac

    (@nemanjagrahovac)


    This line of code is killing me, I don’t know how to disable it. I need it to be 10px. I haven’t written this anywhere.

    @media only screen and (max-width: 768px)
    .rp-col-xs-1, .rp-col-xs-2, .rp-col-xs-3, .rp-col-xs-4, .rp-col-xs-5, .rp-col-xs-6, .rp-col-xs-7, .rp-col-xs-8, .rp-col-xs-9, .rp-col-xs-10, .rp-col-xs-11, .rp-col-xs-12 {
        padding: 0px !important;
    }

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Please try adding this this to Appearance > Customize > Additional CSS:

    @media only screen and (max-width: 768px) {
         .rp-col-xs-1, .rp-col-xs-2, .rp-col-xs-3, .rp-col-xs-4, .rp-col-xs-5, .rp-col-xs-6, .rp-col-xs-7, .rp-col-xs-8, .rp-col-xs-9, .rp-col-xs-10, .rp-col-xs-11, .rp-col-xs-12 {
             padding: 10px !important;
         }
    }
    • This reply was modified 4 years, 6 months ago by skylerdesign.
    Thread Starter nemanjagrahovac

    (@nemanjagrahovac)

    Oh god, how stupid I am… My brackets were wrong. Thank you!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS Help’ is closed to new replies.