Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1373122

    Hello, after updating to the new version the slider on the startsite no longer goes across the full width .
    At the left side there is a empty space.
    How can I fix the problem?

    #1373150

    Hey STW-ND,

    Could you try updating the theme to the latest version (5.2.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

    #1373167

    Done, but it doesn´t work. At the left side there is a empty space.

    #1373183

    Hi,

    Thanks for the update. I tried removing the slider in question from your home page, but it’s still showing after that. Do you have any server caching being applied?

    Best regards,
    Rikard

    #1373205

    We really need the slider over the full width, but there is no cache plugin and also no settings in the .htaccess.
    I am unfortunately at the end of my knowledge

    #1373237

    Hi,
    Thanks for the login, I see that the body of your page has a max width of 1130px but your slider is much larger, is it meant to be outside the boxed layout?
    If so you should note that at 990px the text in the slider is half off of the page, perhaps instead of using a fixed width for the slider you should set it to responsive so it will adapt to the width of the page.
    If you really want the slider outside of the boxed layout try adding this css of desktops:

    @media only screen and (min-width: 1550px) { 
    #top.home #layer_slider_1 {
    	left: -35%;
    }
    }

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.