Viewing 5 replies - 1 through 5 (of 5 total)
  • Javi

    (@jllorente25)

    Yeah,

    I had the same problem. The css of the plugin don’t apply in widget.

    You must copy cs:s top-social-stories-free/css/style/.3.8.css in your style.css. This solve the problem.

    Regards.

    Thread Starter MC_KoT

    (@mc_kot)

    Thanks a lot for the advice, but unfortunately it didn’t help.

    I tried copying files both from 3.8.css and .css, but it didn’t help.

    Thanks,
    Denis.

    Plugin Author ginoplusio

    (@ginoplusio)

    Hi,
    probably there is a conflict with the css of your site.
    The screenshot you posted:

    https://gyazo.com/e57c3a2f6eafa43b7ffd233b52c0df70
    it’s a customized version, not made with my css.

    this version:
    https://gyazo.com/f184cf82e5d7ab95dd8b7ede50a3fcd6
    it’s as it is from my plugin installation.

    You should fix it with css.
    Try to post the url of your site, maybe someone could help you.

    Giulio

    Thread Starter MC_KoT

    (@mc_kot)

    Hello Giulio,

    Thanks for the reply. The website url is freesmi.by

    I added the widget to the bottom part of the sidebar of this page — https://freesmi.by/category/interesnye-novosti

    I would appreciate if you could help me resolving the problem.

    Thanks,
    Denis.

    Plugin Author ginoplusio

    (@ginoplusio)

    There’s a bug, I’m going to update the plugin.
    To fix it by yourself find

    wp_register_style( 'top-stories', plugins_url( 'top-stories/css/style.css' ) );

    and replace with

    wp_register_style( 'top-stories', plugins_url( 'top-social-stories-free/css/style.css' ) );

    bye

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to adjust css in Top Posts?’ is closed to new replies.