• Resolved wordzebra

    (@wordzebra)


    I tried to add a line break in the site title, for the purpose of extending the area a little bit for the time before I make a logo.

    Strangely, the <br> tag is not shown in the desktop browser (Firefox), but is visible on Android (Firefox Beta).

    Any ideas why and if I can hide it?

    I am also wondering how that would look in search engine results – will the second line just be left out of the description?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @wordzebra,

    If I understood your request correctly, the following code might be the solution to the problem.
    Please try adding it into Customizer -> Additional CSS:

    
    .site-logo .brand::before {
        content: "\a" !important;
        white-space: pre !important;
    }

    Please provide a screenshot showing which element would you life to add a <br> tag to, if this was not the one needed. You can use this site to provide a screenshot: https://paste.pics/

    I hope it helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Line break in site tagline’ is closed to new replies.