New Landing How can we help? Themeforest Theme Support Flexform Reduce Space After H3

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Flexform
  • #4015
    davro
    Member
    Post count: 3

    How can I reduce the blank space after H3 text? In other words, if I have a line of text that is tagged as H3, then beneath that line I have a paragraph of text, I’m looking to have the paragraph move up closer to the H3 line. Currently, there’s a lot of blank space between the H3 text line and the start of the paragraph.

    #4185
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    With some custom CSS:

    h3 {
      margin-bottom: 0 !important;
    }

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #4236
    davro
    Member
    Post count: 3

    So with that CSS code it needs just a little more space (less than the default style, just a little more than what this code does). I tried changing the 0 value to 1, which looked like the default spacing. So then I tried .5 but that didn’t change it. Is there a value I can use to split the difference between the default spacing and that which is achieved with the custom CSS you provided?

    #4289
    Cosmin – SUPPORT
    Member
    Post count: 3851

    You would change 0 to 1px, it needs “px” after it. But 1px won’t make a difference, try 5px

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register