Viewing 5 replies - 1 through 5 (of 5 total)
  • I have the same question

    Theme Author Anders Norén

    (@anlino)

    Hi DesignOptions,

    Install a custom CSS plugin like Simple Custom CSS and enter the following code:

    .page-template-template-fullwidth-php .post-header { padding: 77px 88px; }
    .page-template-template-fullwidth-php  .post-content { padding: 88px; }

    – Anders

    thank you for your quick response.
    unfortunately only the first line of code works but the text does not come close to the title

    I noticed this works when using fullwidth pages, but is there a way to do it with default-template pages? or for all type of pges if possible?

    Theme Author Anders Norén

    (@anlino)

    Change it to:

    .single-post .post-header { padding: 77px 88px; }
    .single-post  .post-content { padding: 88px; }

    …to select all (single) pages.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove space above body text’ is closed to new replies.