move position of title

  • Unknown's avatar

    Is it possible to edit the location of the title on this theme? I want to move it down a few spaces.

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

  • Unknown's avatar

    Hi Richard,

    Yes, you can do this by editing the CSS. Please go to Appearance > Customize in your Dashboard. On the right side, go to the CSS tab, and erase the original contents. Then, copy and paste the following:

    header .logo-text h1 {
    margin-top: 2.5em;
    display: block;
    }

    You can edit the 2.5 to larger or smaller numbers to your desire. You can preview how it would look on your blog in real-time.

    Feel free to reach out if you have any questions!

  • The topic ‘move position of title’ is closed to new replies.