• I’m not sure why, but the slider on my homepage wouldn’t go full width 100%, despite the image being 1500px and the slider max is 1400px. Unlike the demo, the text is positioned on the bottom with dark shadows behind it, and I can’t find the option to change it.

    The site is https://www.petitemillie.com/wp/

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey, the flex slider in the free theme doesn’t have a “fullwidth” option. It has a max width and assuming your screen is smaller then that it can be fullwidth. But it’s not like the premium theme with all the different full width sliders.

    The free demo has the site set up with a background image and that can be fullwidth and set to cover.

    Your site is behind the coming soon plugin so I can’t see whats going on. Can you open it for a time?

    Kadence Themes

    Thread Starter monogatari

    (@monogatari)

    Hi there, thank you for the prompt response.

    I deactivated the coming soon plugin. The fullwidth slider seems to have resolved itself, but the slider text position is still located at the bottom of the slide with dark shadow behind it, instead of how it’s like in the demo.

    Please advise. Thanks again.

    Hey,
    Sorry, I’ll try to make this clear. The demo is not using a slider.

    The premium demo is but thats using a slider that isn’t available in the free theme. The free demo here: https://themes.kadencethemes.com/pinnacle/
    is just using the page title options.

    But I can still help you change the style of the captions in the flex slider. In your theme options > custom css box add this css:

    .home .flex-caption {
        bottom: 50%;
        margin-bottom: -60px;
    }
    .home .captiontitle,.home .captiontext {
        background: transparent;
    }

    Kadence Themes

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slider text position’ is closed to new replies.