• Resolved ozgurkisir

    (@ozgurkisir)


    Hi,
    First of all, thank you for such a nice theme. I’m just building my website, however in a couple of months whenever I have more content, I’ll upgrade to premium version.

    I am using MH Slider on Home1 area. The slider is working properly, however the excerpt ( title of the post, in fact) is not shown in a proper place(e.g. it can be below the image).
    Now, it is formed on the upper right corner as a transparent rectangle and whenever I hover the mouse, I can see the post title in red color.
    What is the reason? How can I arrange the excerpt in a proper way?

    regards.

Viewing 1 replies (of 1 total)
  • Michael

    (@mh-themes)

    Hi ozgurkisir,

    thanks for using MH Magazine lite and we’re happy that you like the theme.

    The thing with the slider caption is normal as this is how it was designed, you can also see this in theme demo for MH Magazine lite.

    The premium version of MH Magazine also has an alternative layout for the slider as you can see for example in this demo.

    Anyway, if you would like to display the slider caption as a regular caption below the slider, you could achieve this with some CSS. You can install a plugin for custom CSS (for example Simple Custom CSS) and then add this code:

    .slide-caption {
        position: relative;
        width: 100%;
        opacity: 1;
        margin-bottom: 5px;
    }
    
    .flex-control-nav {
        position: relative;
        bottom: 0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘MH Slider excerpt is not in proper place’ is closed to new replies.