• Hello,

    Does anyone know how to increase mobile padding more than 45px? The Theme settings inside the “Edit Row” options only has default, 0, 15px, 30px, and 45px.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    Here is the css code you need:

    @media only screen and (max-width: 1024px){
      .panel-row-style.mob-pad-45 {
        padding: 45px 0 !important;
      }
    }

    you can use simple custom css plugin to put the code in above

    Thread Starter 803207739ucla

    (@803207739ucla)

    Hi awanrmb,

    I tried your css code in my “custom css,” but unfortunately it didn’t work.

    I appreciate your response though.

    Thanks

    Can you post a link to your site?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Increase Mobile Padding? More Than 45px?’ is closed to new replies.