• Resolved lamapane

    (@lamapane)


    Hello,

    I am trying to have Slide Anything to stretch to the entire page width.

    As @simonpedge recommended in this post, I set my page attributes to Full Width Page Template (the theme I used is Shoreditch), but I still get the slides to occupy only the central portion of the screen (see attached link).

    What am I missing?

    Thanks for your help!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author simonpedge

    (@simonpedge)

    A Slide Anything carousel will always take the full width of the container it is placed in. But if the theme’s page-builder is creating a boxed container, then it will assume that width.

    You could try adding the following CSS to your Theme’s ‘style.css’ file:
    #post-284 .hentry-wrapper {
    width:100% !important;
    max-width:100% !important;
    }

    Thread Starter lamapane

    (@lamapane)

    Thanks @simonpedge, that solved the issue!

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

The topic ‘Full page width slider’ is closed to new replies.