• I’ve recently started putting together a website (https://www.theunderwaterpostoffice.com/) but the theme I’m using is putting my title onto two seperate lines rather than one. I’ve tried looking through the header.php file for something that looks like it’s making a break in the text but I can’t find it. I’d appreciate any help!

Viewing 1 replies (of 1 total)
  • Hello!

    To solve this issue you need to change a couple lines on your style.css file.

    On line 543 on your css file you will have someting like:

    h1.site-title a{
    text-decoration: none;
    font-weight: bold;
    font-size: 36px;
    color: #484848;
    display: block;
    margin: 20px 0px;
    }

    You need just add a line bellow margin:20px 0px:

    width:1000px;

    Let me know if it’s helps.

    Evandro.

Viewing 1 replies (of 1 total)
  • The topic ‘Moving my Header Title onto one line rather than two’ is closed to new replies.