• Resolved Vad

    (@vadym1)


    When the site is loaded, the width of the site jumps.
    Css plugin interferes with the work of the site.

    Theme: OceanWP 1.5.15

    <div id=”site-header-inner” class=”clr container”></div>
    <div id=”content-wrap” class=”container clr”></div>

    
    /wp-content/plugins/widgetkit-for-elementor/assets/css/base.css
    @media (min-width: 1200px)
    .container {
        width: 1170px;
    }
    @media (min-width: 992px)
    .container {
        width: 970px; 
    }
    @media (min-width: 768px)
    .container {
        width: 750px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Conflict CSS (OceanWP vs WidgetKit for Elementor)’ is closed to new replies.