Plugin forces my theme in boxed layout
-
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
- The topic ‘Plugin forces my theme in boxed layout’ is closed to new replies.