Viewing 1 replies (of 1 total)
  • Plugin Author Paul

    (@paultgoodchild)

    Hi,

    First you need to check that the CSS is being correctly included
    – load your site’s home page and view the source of the page (right-click view source)
    – search for all the .css files included and confirm that you have the less bootstrap file.

    Once you can confirm it’s being loaded correctly, then you need to ensure your theme CSS isn’t overriding the bootstrap CSS. The bootstrap css comes first and so if your theme have CSS defined equal to the bootstrap, it will override your styles.

    Does that make sense?

    If you’re familiar with Chrome/firefox console and debugging tools, you can examine elements on the page and see if bootstrap styles are being applied to them.
    See: https://developers.google.com/chrome-developer-tools/

    I hope that helps you get started.
    Thanks,
    Paul.

Viewing 1 replies (of 1 total)

The topic ‘How do I use this?’ is closed to new replies.