I want to have a background image on the site, and a background color behind the content area, from top to bottom.
I’m trying but are probably missing something:)
]]>there′s a coding issue for the mega menus. When site layout is set to “boxed” (Customizer general options boxed layout) the mega menus start left with the same padding as the site content and other elements.
So they are off 30px from the left side of the site and overflow therefore right 30px from the boxed layout. All the mega menus are therefore moved by 30px right because they are not aligned left with the site.
I cleared all my CSS and also other plugins. This seem to be a theme problem.
Any idea?
I could transform them with CSS but a better solution would be when it works in house I think.
Regards
]]>https://wordpress.transformation.dk/
But there is no boxing on pages like these 2:
https://wordpress.transformation.dk/category/advanced-spiritual-topics-en/?lang=en
https://wordpress.transformation.dk/?s=kryptovaluta&lang=en
For some reason, this form does not allow me to show you the additional CSS that is used to get the boxed layout on the above mentioned page.
]]>I have tried the css on this page to get a boxed layout: https://docs.themeisle.com/article/1175-neve-how-to-have-a-boxed-layout
It works for the Blog archive & posts but it doesn’t work for separate pages like the “About” page.
Would it be possible to update this to include pages as well?
Another code that works with pages is this (it’s live on my page right now):
.single-page-container, .archive-container, .single-post-container {
background: white !important;
}
This will also make the second column a part of the white box.
However then I need to figure out how to change the margins & padding. Also, another problem with this code is the background changes in the post editor.
So I think the first alternative would be better if I can get it to work the same on all of my site, including pages.
Any help appreciated!
]]>I’ve just noticed that boxed content on my page has just dissapeared. When I set it in customiziation option it looks different than before. How this just happened? How to correct it?
]]>I need to create a page with boxed layout and a fixed background image.
Help appreciated.
Example for reference – https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQLwW8MUFLHsloID4K49DCNMJOWV70Vw1JGzxKwjgRTGxPas4Co
]]>I am really impressed with the theme so far, but I am facing an “issue”.
So far I could not find a boxed layout in the settings. I thought I found the perfect theme but this could be a deal breaker.
I would like to have a boxed layout in a similar fashion as your website:
https://themeisle.com/blog/migrate-medium-to-wordpress/
Basically a gray background with a boxed content.
Possible with this theme ?
Thank you.
]]>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
There is an option in customise>Appearance Settings>General Settings that is a box that can be selected to allow “Boxed Layout”.
Oddly, when I tick this option, it removes the boxed layout aesthetic from the preview panel to the right. Yet, when I deselect this option the Boxed Layout design is displayed.
However, no matter whether I select or deselect this option, the Boxed Layout is not displayed on the actual site after publishing changes.
I’d love to have the Boxed Layout if anyone could help me out, thank you
My second option was to change the single product page template to full-width.
Any of the 2 options would work, although I’d rather remove the space and leave product content in boxed-layout.
Ideas?
Thank you in advance!
]]>