-
AuthorPosts
-
April 21, 2014 at 1:58 am #531680
I did exactly the same.. added the width: 100% property to the above rule within custom.css.
Nothing worksTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 21, 2014 at 2:46 am #531685It would really be helpful if you could get your site online.
April 21, 2014 at 7:35 am #531725Hello,
I also need a solution to this please. But I’ve found the culprit:1. it’s the .container width set in templates.purity_iii.less.bootstrap.less.css – if to change it to 1,900px, for example, for the wide screen then everything works fine for the Slideshow – it stretches
2. the gap on left and right hand sides is due to 20px padding added to the container, so I changed it as follows:.container {
margin-right: auto;
margin-left: auto;
padding-left: 0px;
padding-right: 0px;However, obviously now all elements on the page, which are wrapped in .container have changed, too!! And are not looking good..
I guess it should be something separate for the slideshow like .container.slideshow , but I am a complete novice, not a developer, so please help how to solve this.
Thank you!
April 21, 2014 at 7:50 am #531727I’ve tried to create a new class .container-slideshow , however the problem is that there are two containers, and hence changing the slideshow’s HTML code to <div class=”container-slideshow”> does not work because there is another <div class=”container”> wrapping it after the Masterhead . How can I change that to my new class???
Just checked with Inspect Element and changed the second offending <div class=”container”> to <div class=”container-slideshow”> and it works perfectly! The slideshow now covers the whole window width.
All I need now is to find the way to change the first container class. HELP please! 🙂
Thanks
April 21, 2014 at 7:57 am #531728Ok SOLVED! I cannot believe it… Whoever has the same problem just open the Slideshow module, go to “Advanced” tab, and then change Module Style (at the very bottom) to “none” – this removes the first container, whereas for the second one, create the new CSS class as described above.
P.S. I’ve also changed the width for all media for .container-slideshow class to just 100%
April 21, 2014 at 3:32 pm #531790Cool, Solved, thank you so much !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 21, 2014 at 4:20 pm #531794<em>@whitely3000 422798 wrote:</em><blockquote>
P.S. I’ve also changed the width for all media for .container-slideshow class to just 100%</blockquote>Isn’t this what I suggested above?
Glad you were able to sort things out to your satisfaction.
😎
-
AuthorPosts
This topic contains 22 replies, has 3 voices, and was last updated by TomC 10 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum