Title: CSS Support/Documentation
Last modified: August 21, 2016

---

# CSS Support/Documentation

 *  Resolved [thatsgame1](https://wordpress.org/support/users/thatsgame1/)
 * (@thatsgame1)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/css-supportdocumentation/)
 * Hi there. Giving this a test today 🙂
 * Can you tell me where the documentation is for how to use this plugin?
 * I see “Easy to modify the CSS to better fit your theme style” but I can’t find
   settings to make these changes.
 * Also, is there a way to make the tabs next to each other horizontally vs. vertically?
 * [http://i59.tinypic.com/30tmlio.png](http://i59.tinypic.com/30tmlio.png)
 * [https://wordpress.org/plugins/wp-tab-widget/](https://wordpress.org/plugins/wp-tab-widget/)

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

 *  Plugin Author [MyThemeShop](https://wordpress.org/support/users/mythemeshop/)
 * (@mythemeshop)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/css-supportdocumentation/#post-4739580)
 * Hello,
 * Could you please show me your website so I could provide you with the custom 
   CSS, as your sidebar seems smaller in width. Thanks.
 *  Thread Starter [thatsgame1](https://wordpress.org/support/users/thatsgame1/)
 * (@thatsgame1)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/css-supportdocumentation/#post-4739596)
 * Thank you.
 * Tally connection DOT com/playgrounds
 *  Plugin Author [MyThemeShop](https://wordpress.org/support/users/mythemeshop/)
 * (@mythemeshop)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/css-supportdocumentation/#post-4739615)
 * Please add this code in style.css along with your customized code.
    If you are
   using MyThemeShop theme then you can add this code in **Theme Options Panel >
   > Styling >> Custom CSS**
 *     ```
       .wpt_widget_content ul.wpt-tabs li {
           width: 100%!important;
       }
       .wpt_widget_content .inside {
           padding-top: 0!important;
       }
       ```
   
 * Hope this helps, thanks.
 *  Thread Starter [thatsgame1](https://wordpress.org/support/users/thatsgame1/)
 * (@thatsgame1)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/css-supportdocumentation/#post-4739617)
 * Thank you. That looks better. Might you be able to help me make it horizontal
   too? I prefer that over vertical for the look.
 * Thank you
 *  Plugin Author [MyThemeShop](https://wordpress.org/support/users/mythemeshop/)
 * (@mythemeshop)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/css-supportdocumentation/#post-4739641)
 * Please replace above code
 *     ```
       .wpt_widget_content ul.wpt-tabs li {
           width: 100%!important;
       }
       ```
   
 * with this one
 *     ```
       .wpt_widget_content ul.wpt-tabs li {
       clear: none;
       }
       ```
   
 *  Thread Starter [thatsgame1](https://wordpress.org/support/users/thatsgame1/)
 * (@thatsgame1)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/css-supportdocumentation/#post-4739648)
 * This worked:
 *     ```
       .wpt_widget_content ul.wpt-tabs li {
           clear: none;
   
       }
       .wpt_widget_content .inside {
           padding-top: 0!important;
       }
       ```
   
 * Thank you
 *  [edoron777](https://wordpress.org/support/users/edoron777/)
 * (@edoron777)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/css-supportdocumentation/#post-4739711)
 * Hello
    My question is regarding the CSS style of the post header It’s a Beautiful
   plugin but the problem is that the font are huge [http://365start.org/2014/12/hello-world/](http://365start.org/2014/12/hello-world/)
   It look like my template include a CSS style named: .single-post .entry-title,
   the use 38 as a font size I try to edit the plugin CSS style (wp-tab-widget.css)
   and add the important mark to the following sections .wpt_widget_content .wpt-
   postmeta, .wpt_comment_content, .wpt_excerpt { color: #999; font-size: 13px **!
   important**; }
 * .wpt_widget_content #tags-tab-content ul li {
 *  font-size: 13px **!important**;
 * .wpt-loading:after {
    content: “”; margin: 0 auto 3em auto; font-size: 10px **!
   important**;
 * but no lack
    and idea ? Thanks in advanced Eyal Doron

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

The topic ‘CSS Support/Documentation’ is closed to new replies.

 * ![](https://ps.w.org/wp-tab-widget/assets/icon-256x256.png?rev=979939)
 * [WP Tab Widget](https://wordpress.org/plugins/wp-tab-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-tab-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-tab-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-tab-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-tab-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-tab-widget/reviews/)

 * 7 replies
 * 3 participants
 * Last reply from: [edoron777](https://wordpress.org/support/users/edoron777/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/css-supportdocumentation/#post-4739711)
 * Status: resolved