Title: Targeting wrapper div
Last modified: January 31, 2017

---

# Targeting wrapper div

 *  [zmancrow](https://wordpress.org/support/users/zmancrow/)
 * (@zmancrow)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/targeting-wrapper-div/)
 * I am needing to increase the padding on the left side of the wrapper div that
   goes around the .owl-carousel div. This div has no class or ID assigned to it
   and contains inline css from the UI settings. Your UI only allows up to 99px 
   as a maximum padding. I need to have 140px on the left so I can put a descriptor
   div in there. How can I target this div via css?

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

 *  Plugin Author [simonpedge](https://wordpress.org/support/users/simonpedge/)
 * (@simonpedge)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/targeting-wrapper-div/#post-8729111)
 * Ok, what I suggest you do is create a “<div>” wrapper around the Slide Anything
   shortcode – something like:
    <div id=”myWrapper”> [slide-anything id=’2770′] 
   </div>
 * Then in your CSS file you can have:
    #myWrapper > div { padding-left:200px !important;}
 *  Thread Starter [zmancrow](https://wordpress.org/support/users/zmancrow/)
 * (@zmancrow)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/targeting-wrapper-div/#post-8730542)
 * Brilliant! Worked like a charm. And I should have thought of that! Thanks.

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

The topic ‘Targeting wrapper div’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/slide-anything.svg)
 * [Slide Anything - Responsive Content / HTML Slider and Carousel](https://wordpress.org/plugins/slide-anything/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slide-anything/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slide-anything/)
 * [Active Topics](https://wordpress.org/support/plugin/slide-anything/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slide-anything/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slide-anything/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [zmancrow](https://wordpress.org/support/users/zmancrow/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/targeting-wrapper-div/#post-8730542)
 * Status: not resolved