• Hi, I would really appreciate some advice! I am using Genesis with a child theme (Brunch Pro). My site title has always appeared on one line only, which is how I want it to display. However today it has split over two lines, despite there being plenty of space for it to display on one line. The only changes I have made to the site were (1) change the ‘hide widgets’ widget I was using to hide an image widget on specified pages (2) take out ‘recent blog posts’ from my primary sidebar content. I can’t see how changing these would affect the site title, but those are the only changes I have made today. I even tried deleting the new ‘hide widgets’ widget in case that was the issue, but it didn’t make any difference (so I reinstalled it). Many thanks in advance. Tanya

    • This topic was modified 6 years, 6 months ago by tanyasq.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    .title-area {
       width: inherit;
    }

    To add CSS:

    • If you are using WordPress 4.7 or later, use the “Additional CSS” option in the customizer.
    • If your theme has a custom CSS option, use that to add the CSS shown above.

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

    Thread Starter tanyasq

    (@tanyasq)

    Hi Steve,

    Thank you so much for your help! It has worked.

    This is my first time using CSS, as I’ve never been able to work out how you actually change the CSS. My theme has a Custom CSS option but it’s basically a blank space and I didn’t know how to use it. I have finally figured out that you paste the code into it, it shows you a preview, and if you are happy you click save. (Which probably seems obvious to others, but I expected a page full of code that I would amend, not a blank sheet where I can add new code!)

    Thanks again for your help,

    Tanya

    Thread Starter tanyasq

    (@tanyasq)

    Hope it’s OK to add a follow-up question, as I have realised the text still isn’t centred like it used to be.

    Is there any code that can be used to centre the text? It appears correctly on this site (which uses the same theme): http://tsresearchassistant.com/

    Many thanks,

    Tanya

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    .site-header .wrap {
       text-align: center;
    }
    Thread Starter tanyasq

    (@tanyasq)

    Thank you Steve! It worked perfectly!

    [For the benefit of anyone searching the forum later: I just added this code below the previous code that Steve supplied.]

    Thanks again!

    Tanya

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Site title has gone over two lines (I don’t want it to!)’ is closed to new replies.