Guide on how to make this slider full width
-
I’m running…
* WordPress 5.2.1
* WooCommerce 3.6.4
* StoreFront 2.5.0
* Slider Ultimate 1.1.5– From wp-admin, on my Gutenburg homepage, I have Slider Ultimate loading as a shortcode:
[ultimate-slider category='home']
– On my same homepage I have the storefront ‘Homepage’ template attribute selected.
– On the front end of the site, on the homepage, the slider itself will not go full width. The slider is impacted by the following CSS:
.page-template-template-homepage .entry-content, .page-template-template-homepage .entry-header { max-width: 41.0994671405em; margin-left: auto; margin-right: auto; text-align: center; }
If I either increase the max-width, or replace it with width:100%; it breaks the look of the slider.
What must I do to make this slider go full width, regardless of other elements wrapping around it? from edge to edge of my screen and still appear normal as a slider?
- The topic ‘Guide on how to make this slider full width’ is closed to new replies.