• Resolved David-G

    (@david-g-1)


    This may be an odd question but I thought I would ask:

    On my site:
    http://www.thesixerscave.com
    The headline area on the slider is sometime one line, sometimes two. It causes the whole page to go up or down that width.

    I wanted to know if there was a way to make the headline area on the slider one width all the time regardless of how much type is there.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi David-G,

    thanks for using MH Magazine lite.

    This happens because you have placed the slider caption below the slider images with a CSS modification, by default it’s on the slider image and won’t cause that issue.

    Anyway, you could force the slider title to be one line with this CSS:

    .slide-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    Hello,
    In MH Magazine lite Theme demo, headline area on the slide contains the title + some text of the post sticky.
    I just have the title displayed in the headline area.

    Something can be done to have some text (excerpt) moreover.

    Thank you for your help.

    S. Dauriac

    Hi vivezlalegende,

    actually there is no excerpt in the slider of the theme demo of MH Magazine lite. You probably have taken a look at the theme demo of the premium version.

    In case you have a question, please alyways open your own thread in the support forum and don’t use threads of other users.

    Thanks and have a nice weekend.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Slider Question’ is closed to new replies.