• Resolved nickpapag

    (@nickpapag)


    Romik i now you are too busy now with the update but i’m trying to make some fixes.
    i use page builder post carousel for content and if u see the site there are 3 articles which i set the same feature image for articles. The third is a little cut on right, about 10 -20 pixels. Can the primary area be a little bigger and the sidebar a bit smaller with css without problem; Now my site uses 1200 boxed
    if i make my site 1220 everything ok but i must make many changes to sliders etc…
    i use sidebar only in homepage
    thanx a lot
    http://users.sch.gr/antoniagk/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The plugin is not using a responsive layout width, instead it uses a hidden overflow. If you change the defined theme columns width, you may experience issues in mobile views. But if you need to change it, here are some Additional CSS values:

    @media (min-width: 768px) {
    #primary {
        -ms-flex: 0 0 68.666667%;
        flex: 0 0 68.666667%;
        max-width: 68.666667%;
    }
    
    #secondary {
        -ms-flex: 0 0 31.333333%;
        flex: 0 0 31.333333%;
        max-width: 31.333333%;
    }
    }

    If you need better results, modify those values so they always equals 100%

    Thread Starter nickpapag

    (@nickpapag)

    Thanks a lot

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

The topic ‘Width of content and sidebar’ is closed to new replies.