Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #307770
    Rachel Johnson
    Participant

    No matter how long I make the headline on the home page, a letter gets cut off a word and moved to the next line. I’ve tried several permutations and it does it regardless.

    #307773
    Sakin
    Keymaster

    Hi Rachel,

    You can add the following CSS in the “Appearance => Customize => Additional CSS” box, you can also change the width as per your need for Header Text and Slider Text:

    /* Custom width for Header Text */
    .custom-header-content-wrapper {
    max-width: 750px;
    }
    
    /* Custom width for Slider Text */
    #feature-slider-section.text-below-image .content-container,
    #feature-slider-section .content-container {
    max-width: 1024px;
    }

    Regards,
    Sakin

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘My Home Page Headline Isn’t Displaying Correctly’ is closed to new replies.