Community Forums › Forums › Archived Forums › Design Tips and Tricks › Make genesis responsive slider full width in Minimum theme
Tagged: Minimum Slider
- This topic has 8 replies, 3 voices, and was last updated 12 years, 4 months ago by
Martyn.
-
AuthorPosts
-
June 7, 2013 at 7:22 pm #44677
Michael Rytter
MemberWe're using the minimum theme and have added the genesis responsive slider in place of the featured image. Everything works great, except we can't figure out how to make the images go full width like the original sample image was. I've read through all of the forum posts that related to this and cannot figure out what I've missed. If anyone can help me with this, we would greatly appreciate it. I'm a newby with this type of stuff, , but can usually figure things out with a bit of instruction.
Thanks so much.
Christina
http://articlesack.comJune 7, 2013 at 8:11 pm #44687ModernMuse
MemberHiya,
Change the width from 1140px to 100% in your style sheet. Starts on line 172.
🙂
June 7, 2013 at 8:51 pm #44697Michael Rytter
MemberThanks 🙂 It worked for the slider width, but it also changed the width of the rest of the site. Is there any way to just make the slider (featured image area) full width and not the rest of the site?
June 7, 2013 at 9:09 pm #44700ModernMuse
MemberI see now...
The first .wrap div should be the original 1140px in width, sorry.
I do see where the #header is 1140px on line 185. Tinker with it to see if that fixes your issue.
June 7, 2013 at 9:15 pm #44701ModernMuse
MemberI've got to sign off now, but wanted to mention that the slider is within the .wrap div, so that's why it's not going the width of the screen; it's limited by the width of the wrap, which is 1140px.
Perhaps there's a better way and another designer can chime in, but I would move the slider outside of the wrap so it's not affected.
June 7, 2013 at 11:27 pm #44711Michael Rytter
MemberWe added the slider from the instructions in this post http://www.carriedils.com/add-slider-minimum-theme/2293. Is there a better way to add the slider? This seems like a pretty common question with the same problems occurring but there is no fix noted in any of the forum posts. Please help 🙁
June 8, 2013 at 8:07 am #44745Michael Rytter
MemberGot it figured out....thanks genesis support 🙂
I've added this to the css and it did the trick :
#home-featured .wrap {
width: 100%;
}June 8, 2013 at 12:19 pm #44792ModernMuse
MemberJuly 19, 2013 at 10:53 am #51457Martyn
MemberThanks for making this information public Michael with
#home-featured .wrap {
width: 100%;
}I thought I could set the padding to 0 but can only seem to set it globally...
Is there a solution where the top and bottom margin can be reclaimed to full height too as per Sample-Image.jpg?
With the slideshow solution mentioned it adds a margin top and bottom I'd like to eliminate.
Thanks
Martyn
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.