Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #158065
    wouwonline
    Participant

    Hi, the name of my customer is ‘Erik Snip’.
    I use it in the header, and also in the ‘promotion headline’.

    In the header section, I now filled in a <br> in the text field. It is working. But I prefer that as much as possible the whole title is shown in 1 line: Rijschool Erik Snip (without a break at all.) Is that possible? That it is only shown as 1 line, OR with a break between Rijschool and Erik Snip (and that it will never be broken off between Erik and Snip?

    In the promotion headline the title from the page is used. I now added a <br> in the title of the page. And it works. But still I prefer it in 1 line as often as possible.

    #158109
    sapana
    Participant

    @wouwonline:Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code.
    /*For header section to inline the Rijschool Erik Snip in one line*/
    -Please remove the <br> you have added in the text field.

    .section .entry-content-wrapper .entry-header {
        max-width:none !important;
    }

    /* For promotion headline to inline the title in one line*/
    -Please remove the <br> you have added in the title of the page

    .entry-title.section-title {
    font-size:2.0625rem !important;
    }

    Let me know if this helps you out!

    Note: We recently moved our site to a new web server. So, if you don’t receive our reply even after 1-2 days time please post a new issue in the support forum. Sorry for the inconvenience caused.

    Kind Regards,
    Sapana

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Make a hard break in titles on homepage’ is closed to new replies.