• Closed
  • Matt Baker
    Spectator
    January 23, 2015 at 11:24 am #14541

    I have been looking at the style.css and attempting to change padding and margin however nothing is moving. I want to decrease the spacing around the ‘Page Title’ and from the top of the content area so that they are closer together and to the top of the page.

    Regards

    Roman
    Spectator
    Posts: 3147
    January 23, 2015 at 1:11 pm #14544

    Insert in Theme Options -> Custom CSS:

    h1.entry-title {margin-bottom:0;}
    .entry-content {margin-top: 0;}

    modify per your needs