Site logo

[Resolved] Margin after title

Home Forums Support [Resolved] Margin after title

Home Forums Support Margin after title

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2455656
    Sandro

    I want a small margin after the title (h3). For that I added this CSS:

    /* — Stile per Niente margine sotto — */
    .no-padding-sotto {
    padding-bottom: 5px;
    margin-bottom: 0px;
    }

    It worked for years, until yesterday.
    Now this method still works when used after paragraphs, but no longer after h3 headings. Worse, the margin even increases a little, using this method now.

    I recently did the theme update. I don’t know if that caused the problem.

    You can see the problem in this post: https://squarci.info/dissesto-idrogeologico/

    #2455753
    David
    Staff
    Customer Support

    Hi there,

    try changing your CSS to:

    
    .no-padding-sotto {
        padding-bottom: 5px;
        margin-bottom: 0px !important;
    }
    #2455774
    Sandro

    It works!
    🙂

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