• Resolved plimfec

    (@plimfec)


    Hi there,

    I’m testing your plugin and I’m happy to see what it can do for my website, so thank you very much for that.

    However, I had to correct these lines from your CSS file (thepostgrid.css) in my child theme stylesheet, because they messed up my template (Hueman):

    @media (min-width: 768px) {
        .container {
            width: 750px;
        }
    }
    
    @media (min-width: 992px) {
        .container {
            width: 970px;
        }
    }
    
    @media (min-width: 1200px) {
        .container {
            width: 1170px;
        }
    }

    -> In Hueman a ‘container’ class is used as well, and it has to be ‘width: auto’ (when using a full-width layout, that is). So, after installing your plugin, my website went into a boxed layout, because of the fixed widths for ‘container’ in your stylesheet.

    I suppose it’s a good idea to skip the use of just ‘container’ in your stylesheet and change it in something like ‘rt-tpg-container’. That would prevent these kinds of problems to occur.

    Thank you & grtz,
    Plimfec

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    We already removed this CSS in last version.

    Thread Starter plimfec

    (@plimfec)

    I see it in your changelog for version 2.3.1 indeed. I’m gonna install it soon. Thanks for picking up the issue so quickly.

    Best regards,
    Plimfec

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin forces my theme in boxed layout’ is closed to new replies.