Post slider isn’t full width
-
Something happened on my site and the post slider images are getting capped at 1280px for a max width rather than full width. I can see in the inspector that this is due to the following CSS for
<div class="slide-content container clearfix">
from the theme’s style.css (which I have not edited):.container { max-width: 1280px; width: 100%; margin: 0 auto; padding: 0 2em; }
What went wrong here and how can I get my slider back to full width?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Post slider isn’t full width’ is closed to new replies.