Title: [Plugin: Widgets on Pages] Same Indent problem
Last modified: August 20, 2016

---

# [Plugin: Widgets on Pages] Same Indent problem

 *  Resolved [Jaabie](https://wordpress.org/support/users/jamieacowangmailcom/)
 * (@jamieacowangmailcom)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-widgets-on-pages-same-indent-problem/)
 * Todd,
 * Sorry this is the same question I asked in an other thread, however I thought
   it best to open a new question as the last thread was marked resolved.
 * I am having the same issue.
    Elegant Theme – Modest URL [http://shutterliving.com/](http://shutterliving.com/)
 * If you look on the landing page in the center coloum I added a custom widget –
   However it is offset from the main body of text, how do I remove the offset?
 * I tried added the following to the style.css
 * .widgets_on_page ul li{
    margin-left: -6px; }
 * However it did not seem to do anything.
 * .widgets_on_page ul li {margin: 0;}
 * I also tried this one and nothing happened.
 * [http://wordpress.org/extend/plugins/widgets-on-pages/](http://wordpress.org/extend/plugins/widgets-on-pages/)

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

 *  Thread Starter [Jaabie](https://wordpress.org/support/users/jamieacowangmailcom/)
 * (@jamieacowangmailcom)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-widgets-on-pages-same-indent-problem/#post-3103286)
 * Any help would be very welcome,
 * BTW. I think the ‘Widget on Pages’ plugin for wordpress is fantastic and I have
   already rated 5 star!
 *  Plugin Author [toddhalfpenny](https://wordpress.org/support/users/toddhalfpenny/)
 * (@toddhalfpenny)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-widgets-on-pages-same-indent-problem/#post-3103295)
 * Hey Jaabie,
 * The best way to debug this is to use firefox/chrome “inspect element” tool.
 * Using that I can see that the `.blurb ul` has a 35px left padding. The `.blurb
   ul li` also has a left padding and a so does the widget.
 * To fix this you could try the following;
 *     ```
       .widgets_on_page ul, .widgets_on_page ul li {
           padding-left: 0;
         }
       ```
   
 * Please let me know how you get on,
    Todd
 *  Thread Starter [Jaabie](https://wordpress.org/support/users/jamieacowangmailcom/)
 * (@jamieacowangmailcom)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-widgets-on-pages-same-indent-problem/#post-3103296)
 * I am trying it now, Thanks!
 *  Thread Starter [Jaabie](https://wordpress.org/support/users/jamieacowangmailcom/)
 * (@jamieacowangmailcom)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-widgets-on-pages-same-indent-problem/#post-3103297)
 * Sorry, should I add this the the bottom of the styles .CSS???
 *  Thread Starter [Jaabie](https://wordpress.org/support/users/jamieacowangmailcom/)
 * (@jamieacowangmailcom)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-widgets-on-pages-same-indent-problem/#post-3103298)
 * LEGEND Todd, it worked, thank you sir!
 *  Plugin Author [toddhalfpenny](https://wordpress.org/support/users/toddhalfpenny/)
 * (@toddhalfpenny)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-widgets-on-pages-same-indent-problem/#post-3103302)
 * Bloomin’ great news… glad to hear it.
 * Todd
 *  Thread Starter [Jaabie](https://wordpress.org/support/users/jamieacowangmailcom/)
 * (@jamieacowangmailcom)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-widgets-on-pages-same-indent-problem/#post-3103303)
 * Just quickly
 * if I add two codes on top of each other like below.
 * [widgets_on_pages]
    [widgets_on_pages]
 * When i look at my page there is LOTS of space between the widgets. is this normal?
   I was thinking about doubling the widget for visual impact but I don’t like the
   space around the widget.
 *  Plugin Author [toddhalfpenny](https://wordpress.org/support/users/toddhalfpenny/)
 * (@toddhalfpenny)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-widgets-on-pages-same-indent-problem/#post-3103308)
 * Jaabie,
 * You don’t really need to shortcodes to have more widgets… just drag more widgets
   into the widgets on pages sidebar area in the “Widgets” admin screen

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

The topic ‘[Plugin: Widgets on Pages] Same Indent problem’ is closed to new replies.

 * ![](https://ps.w.org/widgets-on-pages/assets/icon.svg?rev=1400727)
 * [Widgets on Pages](https://wordpress.org/plugins/widgets-on-pages/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/widgets-on-pages/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/widgets-on-pages/)
 * [Active Topics](https://wordpress.org/support/plugin/widgets-on-pages/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/widgets-on-pages/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/widgets-on-pages/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [toddhalfpenny](https://wordpress.org/support/users/toddhalfpenny/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-widgets-on-pages-same-indent-problem/#post-3103308)
 * Status: resolved