Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #88100
    Torshi
    Participant

    How do I format the text on my featured post slider so that words are not split on to two lines?

    #88136
    Mahesh
    Keymaster

    @tdejarnett: Please post in your site url and you show the problem.

    Regards,
    Mahesh

    #88176
    Torshi
    Participant

    On some sliders words at the end of the line get broken up and carried over to the next line. I need to adjust the text to make sure that doesn’t happen

    http://torshadejarnett.com

    #88215
    Mahesh
    Keymaster

    @tdejarnett: Format the text do you mean to change font size? Since you header text in the slider are long, using small font will fix the issue. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    /* Adjust Featured Slider's header font size */
    #feature-slider .entry-title {
        font-size: 20px;
    }
    /* Adjust Featured Slider's content font size */
    #feature-slider .entry-content {
        font-size: 15px;
    }

    Note: Please adjust the font size as you required.

    Let me know if any problem.

    Regards,
    Mahesh

    #88264
    Torshi
    Participant

    Thank you. This helps.
    But is there a way to control where the line breaks are in the text on the slider? Even with the smaller font some words carry over from one line to the next.

    #88388
    Mahesh
    Keymaster

    @tdejarnett: In the theme, we do not allow html tags for the security reasons. Another thing you can do to avoid line breakage is increase the width of the slider text content. But it will still cause the breaking for long text. We will try to integrate the feature in the upcoming updates.

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to Format the Text on Featured Post Slider?’ is closed to new replies.