0
Welcome Guest! Login
0 items Join Now

Helium Title/H-Tags Padding

  • Helium Title/H-Tags Padding

    Posted 7 years 2 weeks ago
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13481
    • Web Designer/Developer

    Re: Helium Title/H-Tags Padding

    Posted 7 years 2 weeks ago
    • When developing web sites it is useful to learn to use either, the Inspector in Firefox, Chrome Developer Tools in Chrome, or one of the other browser developer tools, they will save you hours on things like this and they're very easy to use.

      Use this code...
      h1, h2, h3, h4, h5, h6 {
          margin: 0.5rem 0 0.5rem 0;
          line-height: normal;
      }
      body p {
          margin: 0.5rem 0 0.5rem 0;
      }
      To create a custom CSS compatible with Gantry 5 please read this http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet .

      Remember to recompile CSS from base outline too.


      Regards, Mark.
    • The following users have thanked you: NewEvolution

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.

Time to create page: 0.047 seconds