• Resolved wccesq

    (@wccesq)


    Hi, Nobits,

    I am very embarassed, because fixing one problem only to creates a new problem. Now I need you help to increase the spacing or padding above the H1 and H2 letters, so that when they show up in mobile devices in more than one line, they don’t overlap a little bit.

    Sorry for giving you new troubles,

    Ken

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Hi wccesq

    Add to child theme style.css

    for example

    @media screen and (max-width : 640px){ /* for mobile device */
      h1,h2{
        padding-top:100px;
      }
    }

    or padding-left,padding-right, padding-bottom.

    Thank you.

    Thread Starter wccesq

    (@wccesq)

    Hi, Nobita, sorry for spelling your name wrong,

    Your recipe solved my problems. Vert happy and grateful for your relentless patience and support,

    Ken

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

The topic ‘HOW to Increase Padding ABOVE Heading Letters’ is closed to new replies.