Hey @testopoho, have you got a link I could have a look at, please?
Im still searching, and how to add widget from php code
@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, but basically use something like this;
<?php widgets_on_template("SIDEBAR-ID"); ?>
sorry for late response coz i didnt get any notification on email, okay tell me what link u need??
Oh, a link to your website please, to the page that you have the Widgets on Pages on.
Thanks
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.
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.
I applied that code its still same ..
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?
In which file? Or where did you apply it?
I cannot see this CSS in any reference when viewing the source.
check this img file . i applied that code here /home/evenepal/public_html/wp-content/plugins/wp-tab-widget/css/wp-tab-widget.css

sorry in wrong plugin i applied .
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?
now its working thanks dude.