x

How do I adjust the padding on a slideshow?

I did an inspect element of my webpage and it says that the slideshow is "wslide", but I can't find that anywhere in the CSS. All I want to do is adjust the padding from the top to make it smaller. The spacing is already set to 0 for all sides. 

6,376 Views
Message 1 of 15
Report
14 REPLIES 14

Hey there! If you haven't already, you may want to check out the documentation here.

6,363 Views
Message 2 of 15
Report

Hi @Queso

Not only did I read that myself (linked to from the HTML/CSS page), but when I contacted weebly customer support, that was the only thing they could share with me too. 

And no, it's not helpful. 

I know it's not your fault, but I'm extremely frustrated by this and would like a more direct answer than "hey, this page with specific information that has nothing to do with your problem might help you."

Thanks anyway.

6,355 Views
Message 3 of 15
Report

I have been wrangling with this for years! Just found a simple solution and it worked! I adjusted the height.  http://techfordarma.blogspot.com/2013/06/weebly-mod-changing-slideshow-height.html

6,260 Views
Message 4 of 15
Report
Square

Thanks for hsaring, @RonelleP!

6,256 Views
Message 5 of 15
Report

"NO" You did not say where to place and only made matters worse.
Same problem with every plugin and post "raw information no direction"...
6,030 Views
Message 6 of 15
Report

 
6,030 Views
Message 7 of 15
Report

@00SecretAgent, unfortunately, we're not able to provide case by case solutions for custom HTML problems and questions, due to the wide range of uses and associated problems.  There are just too many variables for our team to be able to provide hands-on guidance. Altering the CSS of a theme should be done with the understanding that you should know HTML / CSS thoroughly, and be confident in your ability  to make changes.  

6,019 Views
Message 8 of 15
Report

Thanks RonelleP! I tried it, and it worked beautifully for dektop web use. Thank you so much! However, I still have excess padding when viewed on a smart phone. Anyone have ideas on how to fix that? 

5,798 Views
Message 10 of 15
Report

Adjust the height of what? The image or the slideshow element itself. I don't see any place to add attributes to the slide show or it's images?

5,543 Views
Message 11 of 15
Report

I tried RonelleP solution using the Embed/code element with no luck BUT... I took the same code: 

<style type="text/css">
.wslide-content {
 height: 350px !important;
}
</style>
 
and put it in the Pages> SEO Settings> Header Code and it did work.  I needed to publish the site to see it (that is, it didn't show up when viewing just in the editor).  In my case, I needed a shorter height so I changed the height line as follows:
height: 150px !important; 
 
Hope this helps. 
3,330 Views
Message 16 of 15
Report

I had the same experience DrShapiro.  The solution worked when I put the code in Pages> SEO Settings> Header Code.  Thanks for the post.

2,951 Views
Message 16 of 15
Report

This didn't work for me even in the header code. I am not using it in the header though so guessing why and I cannot find where to put in the CSS. So frustrating that they have created a function that cannot be used becuase it looks ridiculous.

2,858 Views
Message 16 of 15
Report

I found a workaround.  If you add an empty textbox on either side to create 3 columns it makes the slideshow box way smaller.

2,417 Views
Message 16 of 15
Report

I've done that too and it's a short term solution.

I lose more faith in weebly the longer I use their system. 

2,404 Views
Message 16 of 15
Report