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.
Thank you.
Tally connection DOT com/playgrounds
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.
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
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;
}
This worked:
.wpt_widget_content ul.wpt-tabs li {
clear: none;
}
.wpt_widget_content .inside {
padding-top: 0!important;
}
Thank you
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/
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