Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32822
    sdupre
    Participant

    I have a single featured slider image with text.
    http://www.nowenergetics.com/

    Is there a limit to the Featured Slider “Content” text that can be displayed?
    i.e. “Simple. Powerful. Revolutionary…” <= this string seems to resize the underlying box … and make it overlap.

    You can see the white background layer under the Content text (of the Featured Slider) overlapping the black area of the menu.

    Is my only option to cut the text string down?

    My Catch Everest Pro version is 2.1

    Thanks.

    #32847
    Sakin
    Keymaster

    Hello sdupre,

    You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to reduce spaces in Text Box in Slider.

    #main-slider .entry-header { margin-bottom: 0; }
    #main-slider .entry-content { padding-top: 0; }
    #main-slider .entry-title { line-height:1.3; }

    I guess you are using Featured Image Slider, where you can add content as per your need in Content Box. So, edit text in that box.

    Regards,
    Sakin

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Featured Slider "Content" text limit’ is closed to new replies.