• Resolved rootsekoor

    (@rootsekoor)


    Hei

    I’m testing your plugin. Works great but it seems the CSS of the plugin overwrite the CSS of my theme
    In bootstrap.min.css, the following:
    .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    }
    overwrite my CSS.. in my theme, i have 50px for margin-left and margin-right

    Do you have any idea about how I could fix this without modifying the bootstrap.min.css (in case of plugin update)?
    Thanks
    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rootsekoor

    (@rootsekoor)

    hei again
    In fact, I found the solution by myself
    I just have to improve my theme-CSS…
    .container was not enough
    I just replaced with #content > div.container.. and then, no conflict with the pluginCSS

    That’s Great. Hope our plugin is working well for you, please appreciate our efforts – here.

    We will be thankful to you.

    Thanks

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

The topic ‘pluginCSS overwrite themeCSS’ is closed to new replies.