Title: Padding
Last modified: August 21, 2016

---

# Padding

 *  Resolved [dbizzle](https://wordpress.org/support/users/darsunrb/)
 * (@darsunrb)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/padding-8/)
 * Hi I have searched the forum for a solution but still can’t manage to fix this.
 * The site is [http://www.bettingfamily.com](http://www.bettingfamily.com) and 
   I would like to completely remove the white spaces that surround the slider image.
 * I have seen that the padding option here solves it when reduced to 0, but it 
   then messes with other parts of the site.
 *  .widget {
    background: none repeat scroll 0 0 #FFFFFF; box-shadow: 2px 2px 7px
   rgba(0, 0, 0, 0.5); overflow: hidden; padding: 20px;
 * I have also tried adding this to the end of .css but nothing happens.
 * .metaslider .widget {
    padding: 0; /* remove padding */ }
 * Any help would be much appreciated, thanks!
 * [https://wordpress.org/plugins/ml-slider/](https://wordpress.org/plugins/ml-slider/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [matchalabs](https://wordpress.org/support/users/matchalabs/)
 * (@matchalabs)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/padding-8/#post-4573025)
 * Hi dbizzle,
 * I can’t tell you for sure as it doesn’t look like the slideshow widget is on 
   the page at the moment, but I think this might work:
 *     ```
       widget.metaslider_widget {
           padding: 0;
       }
       ```
   
 * If that doesn’t work, please put the slideshow back on the page and I’ll take
   another look.
 * Regards,
    Tom
 *  Thread Starter [dbizzle](https://wordpress.org/support/users/darsunrb/)
 * (@darsunrb)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/padding-8/#post-4573026)
 * Hi thanks for your quick response, much appreciated! the slideshow is on the 
   page, perhaps disable your adblock? But I will try what you said and get back
   to you
 *  Thread Starter [dbizzle](https://wordpress.org/support/users/darsunrb/)
 * (@darsunrb)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/padding-8/#post-4573027)
 * Hi I added the code to the end of the style.css and it didn’t fix it, the padding
   is still the same.
 *  [matchalabs](https://wordpress.org/support/users/matchalabs/)
 * (@matchalabs)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/padding-8/#post-4573028)
 * Hi, sorry – AdBlock blocked it.
 * Try this:
 *     ```
       #text-13 {
           padding: 0;
       }
       ```
   
 * For future reference (and other people looking for a similar fix) “text-13” is
   the ID of the widget container, you can find this out using google chrome – right
   click on the widget area and click ‘Inspect element’.
 * The CSS I sent earlier _should_ work if you use the Meta Slider widget, but it
   wont work if you paste the shortcode into a text widget.
 * Regards,
    Tom.
 *  Thread Starter [dbizzle](https://wordpress.org/support/users/darsunrb/)
 * (@darsunrb)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/padding-8/#post-4573029)
 * Hi Tom
 * I added the previous text to the end of my style.css but the padding issue remains.
 * I even changed the widget from a text to the metaslider one instead and tried
   the first bit of code but the padding still remains?
 *  Thread Starter [dbizzle](https://wordpress.org/support/users/darsunrb/)
 * (@darsunrb)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/padding-8/#post-4573030)
 * It’s working! Thank you so much.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Padding’ is closed to new replies.

 * ![](https://ps.w.org/ml-slider/assets/icon.svg?rev=3523572)
 * [Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider](https://wordpress.org/plugins/ml-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ml-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ml-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/ml-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ml-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ml-slider/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [dbizzle](https://wordpress.org/support/users/darsunrb/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/padding-8/#post-4573030)
 * Status: resolved