Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1293998

    Hi there!

    I have a special heading with the subhead displayed on top, but the amount of space between the subhead and the heading is ENORMOUS. The only solution I’ve found so far is to change the paragraph margin for the entire site, not just the special headings:

    p {
        margin: 0em 0;
    }
    

    While it worked, I like the default settings in terms of space between paragraphs on the rest of my text, just not on the special headings.

    I included the link in the private content should you wish to take a look; I’m primarily working with the Special Headings below the first set of icons. Note that this section will appear on multiple pages so it’s not specific to my home page. I also have the paragraph margin CSS code applied so you can see what spacing I would like to have on the special headings.

    Thanks!

    Thanks!

    #1294089

    Hi,

    Please edit your Special Heading element and give it a custom CSS class in Advanced > Developer Settings – https://imgur.com/a/ujHgjNi (“my-custom-class” in example below) and then use the code as following

    .my-custom-class p { margin: 0; }

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.