Title: widget on page
Last modified: June 12, 2017

---

# widget on page

 *  Resolved [testopoho](https://wordpress.org/support/users/testopoho/)
 * (@testopoho)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/widget-on-page-2/)
 * I’m using widgets on page. but in my themes when I use this plugin and if i add
   any widget on it in view there is around 5-10px margin in left side. I tried 
   to remove it from code also but i didn’t find any code.
    Please help me

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/widget-on-page-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/widget-on-page-2/page/2/?output_format=md)

 *  Plugin Author [toddhalfpenny](https://wordpress.org/support/users/toddhalfpenny/)
 * (@toddhalfpenny)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/widget-on-page-2/#post-9221254)
 * Hey [@testopoho](https://wordpress.org/support/users/testopoho/), have you got
   a link I could have a look at, please?
 *  Thread Starter [testopoho](https://wordpress.org/support/users/testopoho/)
 * (@testopoho)
 * [9 years ago](https://wordpress.org/support/topic/widget-on-page-2/#post-9222812)
 * Im still searching, and how to add widget from php code
 *  Plugin Author [toddhalfpenny](https://wordpress.org/support/users/toddhalfpenny/)
 * (@toddhalfpenny)
 * [9 years ago](https://wordpress.org/support/topic/widget-on-page-2/#post-9222922)
 * [@testopoho](https://wordpress.org/support/users/testopoho/) Can you provide 
   a link to your site please, so I can take a look and give you guidance on the
   CSS?
 * For using the Template Tag – to add widgets using PHP – please see the [docs](https://datamad.co.uk/wordpress-plugins/widgets-on-pages/docs/),
   but basically use something like this;
    `<?php widgets_on_template("SIDEBAR-ID");?
   >`
 *  Thread Starter [testopoho](https://wordpress.org/support/users/testopoho/)
 * (@testopoho)
 * [9 years ago](https://wordpress.org/support/topic/widget-on-page-2/#post-9232597)
 * sorry for late response coz i didnt get any notification on email, okay tell 
   me what link u need??
 *  Plugin Author [toddhalfpenny](https://wordpress.org/support/users/toddhalfpenny/)
 * (@toddhalfpenny)
 * [9 years ago](https://wordpress.org/support/topic/widget-on-page-2/#post-9232816)
 * Oh, a link to your website please, to the page that you have the Widgets on Pages
   on.
    Thanks
 *  Thread Starter [testopoho](https://wordpress.org/support/users/testopoho/)
 * (@testopoho)
 * [9 years ago](https://wordpress.org/support/topic/widget-on-page-2/#post-9232866)
 * [http://www.evenepal.com](http://www.evenepal.com)
    check in that tab i used 
   widget on page plugin there is three three so 2 tab i used other plugin view 
   and its working fine and check tab three the view is not correct, i mean not 
   100 percentage there is margin on left side and top side.
 *  Plugin Author [toddhalfpenny](https://wordpress.org/support/users/toddhalfpenny/)
 * (@toddhalfpenny)
 * [9 years ago](https://wordpress.org/support/topic/widget-on-page-2/#post-9232896)
 * Oh my, you have a LOT of widgets on that page 🙂
 * You could try this, as a good starter for 10.
 *     ```
       .widgets_on_page ul {
         padding: 0px 0 0 0;
       }
       ```
   
 * Let me know how you get on.
 *  Thread Starter [testopoho](https://wordpress.org/support/users/testopoho/)
 * (@testopoho)
 * [9 years ago](https://wordpress.org/support/topic/widget-on-page-2/#post-9232901)
 * I applied that code its still same ..
 *  Plugin Author [toddhalfpenny](https://wordpress.org/support/users/toddhalfpenny/)
 * (@toddhalfpenny)
 * [9 years ago](https://wordpress.org/support/topic/widget-on-page-2/#post-9232915)
 * In which CSS file did you add it? I cannot see it in the one I would expect.
   
   Do you need to flush caches or something maybe?
 *  Thread Starter [testopoho](https://wordpress.org/support/users/testopoho/)
 * (@testopoho)
 * [9 years ago](https://wordpress.org/support/topic/widget-on-page-2/#post-9232924)
 * yes i applied in css
 *  Plugin Author [toddhalfpenny](https://wordpress.org/support/users/toddhalfpenny/)
 * (@toddhalfpenny)
 * [9 years ago](https://wordpress.org/support/topic/widget-on-page-2/#post-9232939)
 * In which file? Or where did you apply it?
    I cannot see this CSS in any reference
   when viewing the source.
 *  Thread Starter [testopoho](https://wordpress.org/support/users/testopoho/)
 * (@testopoho)
 * [9 years ago](https://wordpress.org/support/topic/widget-on-page-2/#post-9232950)
 * check this img file . i applied that code here /home/evenepal/public_html/wp-
   content/plugins/wp-tab-widget/css/wp-tab-widget.css
 * ![Img](https://i0.wp.com/evenepal.com/tab/2017-06-16%20at%2002-32-34.png)
 *  Thread Starter [testopoho](https://wordpress.org/support/users/testopoho/)
 * (@testopoho)
 * [9 years ago](https://wordpress.org/support/topic/widget-on-page-2/#post-9232953)
 * sorry in wrong plugin i applied .
 *  Thread Starter [testopoho](https://wordpress.org/support/users/testopoho/)
 * (@testopoho)
 * [9 years ago](https://wordpress.org/support/topic/widget-on-page-2/#post-9232956)
 * can u tell me in which css i have to use that code coz in widgets-on-pages here
   on css and nth code is there, and also public area css no other code so where
   i have to apply?
 *  Thread Starter [testopoho](https://wordpress.org/support/users/testopoho/)
 * (@testopoho)
 * [9 years ago](https://wordpress.org/support/topic/widget-on-page-2/#post-9232960)
 * now its working thanks dude.

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/widget-on-page-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/widget-on-page-2/page/2/?output_format=md)

The topic ‘widget on page’ 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/)

 * 20 replies
 * 3 participants
 * Last reply from: [toddhalfpenny](https://wordpress.org/support/users/toddhalfpenny/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/widget-on-page-2/page/2/#post-9254589)
 * Status: resolved