Increase top margin on articles' titles

  • Author
    Posts
  • #73444

    Hello! I would like to increase the top margin of the titles on single article pages (on https://www.woxx.lu/michel-houellebecq-serotonine/ for example, get a small blank space above “Michel Houellebecq : Sérotonine”). I tried this CSS in my child theme, because it does work in the original CSS theme file through my browser inspector, but it doesn’t change anything (even with the !important flag). Any idea of what I am doing wrong?

    #content .entry-title {
    margin-top: 20px;
    }

    Many thanks, Florent

    Website: woxx.lu

    #73506

    Oops! The CSS does work … I got caught by a silly browser cache problem. Sorry about that!

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

The topic ‘Increase top margin on articles' titles’ is closed to new replies.