• Davinder

    (@davinderschiedel)


    Hi. My site is in development, but how is it possible to make the slider content to be 1200px max width and in the centre of the page.

    Currently it goes full width back image and full width content.

    I need it to be full width back image and content in a 1200px area which is centred (like bottom image)

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @davinderschiedel

    I hope you are doing well. I am sorry for the delayed response.

    Could you please try to use these custom CSS and check if that works or not?

    /* Ensure the parent wrapper is full width */
    .eb-parent-wrapper {
    width: 100%;
    position: relative;
    }

    /* Center the content and restrict it to 1200px */
    .eb-slider-wrapper {
    max-width: 1200px;
    margin: 0 auto; /* Centers the content */
    position: relative;
    z-index: 2;
    }

    You can add these code from your WordPress Dashboard => Appearance => Customizer => Custom CSS

    If it doesn’t work, I need a live site URL to provide the exact code for your website.

    Thank you

    Thread Starter Davinder

    (@davinderschiedel)

    Thanks. Nearly there, but can I sent a PM regarding the site as it’s restricted.

    Hello @davinderschiedel

    I hope you are doing well.

    I am glad it worked. Sure, you can PM us here

    Thank you

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