Title Blocks

  • Hello. With the theme I’m using, when you open a tab, the tab title takes up a LOT of space on the page itself. Is there a way to stick it on the side, make it smaller, or get rid of it altogether. Or maybe include a custom picture in the background? Something to eliminate all the empty space.

    Ideally, I’d get rid of the title on the page and just leave the tab name highlighted in the menu to indicate which tab you’re in.

    Thank you!

    The blog I need help with is: (visible only to logged in users)

  • Hi there, to reduce the whitespace above and below the page titles, you would need the WordPress.com Premium Plan upgrade, which includes Custom Design and the ability to add custom CSS. If you decide to get that upgrade, the following would allow you to adjust the top and bottom padding on the page titles, which originally are 8%.

    .post-header {
      padding-top: 3%;
      padding-bottom: 3%;
    }
  • The topic ‘Title Blocks’ is closed to new replies.