Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author JoomUnited

    (@joomunited)

    Hi,

    I just checked your website, the problem comes from your theme css. There’s a lot of rules set as !important that override the default CSS (you may experience other problems with other plugins too).

    To fix that please add in your custom CSS of the news block the css bellow:

    .wpcufpn_container.default ul {
        text-indent: 0 !important;
    }
    
    .wpcufpn_container ul {
        margin-left: 0 !important;
    }

    Cheers,

    Thread Starter kvantumpeter

    (@kvantumpeter)

    Brilliant!
    Thanks a lot!! 🙂

    Plugin Author JoomUnited

    (@joomunited)

    Thanks! if you like it you can drop us a review 😉

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

The topic ‘Looks weird’ is closed to new replies.