Viewing 2 replies - 1 through 2 (of 2 total)
  • For the title::

    H1 {
    margin: 10px;
    }

    For all other headings …

    H2, H3, H4, H5, H6 {
    margin: 10px;
    }

    I thinK you paragraphs has been fixed.

    To fix the heading, try to add the below CSS code and check.

    h1, h2, h3, h4, h5, h6 {
        padding-left: 10px !important;
    }

    PS- add the media query if required.

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