Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #851485

    joanosgoodby
    Participant

    All the page entry titles display too low in the main section. How do I reduce the top margin in the x main right section?

    http://wp.jerseyshoreskimcamp.com/

    #851521

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .entry-wrap {
        padding-top: 0 !important;
    }

    Thanks.