• Hello!

    My url is https://www.eatfreeblog.com. If you look at any particular page, you’ll see that its title (for example, “Cooking Classes”) is very close to the page menu on top. I’d like to bring it one space down and also decrease the font. Please provide me with detailed instructions as to where to go into the code to fix that. Thanks so much!

Viewing 1 replies (of 1 total)
  • Go to Admin->Appearance->Editor. That should bring up the style.css file in the editor window.

    Scroll to the end of that file and add these lines:

    div.post > h2 {
       font-size: 14px;
       margin-top: 12px;
    }

    Then click ‘Update File’.

    Adjust the numbers to suit.

Viewing 1 replies (of 1 total)
  • The topic ‘Move title of page down’ is closed to new replies.