• When this plugin is activated, the styling from bootstrap.min.css interferes with the styling of the main WordPress theme stylesheet.
    Specifically, styling of elements such as body changes the font details and text colour of the article text.

    It shouldn’t be relevant, but I’m using the Carbonize theme.

    Example of one of the offending sections:

    body {
    
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
    
        line-height: 1.42857143;
        color: #333;
    
        background-color: #fff
    }

    Some of the other stylings are also for generic element types, and probably interfere too – I didn’t look into them all in great detail.

  • The topic ‘Bootstrap.css breaks site formatting’ is closed to new replies.