Viewing 12 replies - 1 through 12 (of 12 total)
  • Do you mean the title in the header? The whole header is an image – so you’d need to redo the image using an image program like photoshop.

    Thread Starter NSFAT

    (@nsfat)

    thank you for replying so quickly…

    yes the title in the header.

    The title is:
    The National School of First Aid Training

    but the ‘training’ word drops below and onto a new line.

    I just would like it to be on one ‘longer’ line.

    thank you

    Yes, as I said above, you will need to redo the image. We cannot help with images – that’s not a WordPress issue.

    Thread Starter NSFAT

    (@nsfat)

    how do i do that?

    Thank you

    redo the image using an image program like photoshop

    We cannot help with images – that’s not a WordPress issue.

    Thread Starter NSFAT

    (@nsfat)

    sorry if i am being stupid but….

    how can text that I can write and edit from header tab in the wordpress dashboard be an image and not text?

    thank you

    Are you asking about removing the image and using text instead? It would depend on the theme — what theme are you using? It looks rather outdated.

    Thread Starter NSFAT

    (@nsfat)

    i am using theme: Twenty Eleven

    All I want is for

    The National School of First Aid Training to all be on one line.
    currently the training word is under the word ‘the’…

    I an just after making the text box longer so its all on the one line.

    thank you

    Maybe I am looking at an old site — your link above only gets to a login page, so I went to: https://www.nationalschooloffirstaidtraining.co.uk

    Sorry if that’s the case ?? .

    Thread Starter NSFAT

    (@nsfat)

    oh I had no idea it went to the wrong page! I am so sorry!!

    https://www.nationalschooloffirstaidtraining.co.uk/blog/

    I hope this words better to takeyou to the correct page to see what I am talking about?

    Thank you and sorry again

    Ian

    Okay, now we are at least on the same page — literally! LOL! I’ll look at it now :).

    That’s actually a very simple fix in the CSS code, but before you make any changes to theme files, you’ll want to make a Child Theme — so that your changes won’t be erased when WP is updated. If you are only going to make CSS changes you can instead install and use a custom CSS plugin such as jetpack.

    Once you have either of those set up, add this CSS code to the new stylesheet or custom CSS box (jetpack):

    #site-title {
        margin-right: 0;
    }

    If you need more help getting those set up, just post back.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Site title split onto 2 lines instead of 1 line long name.’ is closed to new replies.