• Resolved niphaalts

    (@niphaalts)


    Hello!

    I would like to have a smaller space between a panel’s title and it’s content (see this picture).

    I’ve tried the following CSS code (where <postID> is the ID of the page):

    .post-<postID> .pique-panel-content .entry-content {
      margin-top: 0;
    }

    … but it doesn’t remove enough of the gap to satisfy me.

    Any and all help or tips are appreciated!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    There is an entry-footer div below the title with some top/bottom padding. In addition to the above, add this and see what you think.

    .post-<postID> .pique-panel-content .entry-footer {
      display: none;
    }
    Thread Starter niphaalts

    (@niphaalts)

    Just what I was looking for, thanks!

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hooray and you are welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove space between panel title and panel content’ is closed to new replies.