Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author MyThemeShop

    (@mythemeshop)

    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

    (@thatsgame1)

    Thank you.

    Tally connection DOT com/playgrounds

    Plugin Author MyThemeShop

    (@mythemeshop)

    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

    (@thatsgame1)

    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

    (@mythemeshop)

    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

    (@thatsgame1)

    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
    https://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.