Greenshift + Woodmart – Full Width Section Issue
-
Hello,
I recently started using the Greenshift plugin together with the Woodmart theme and I have a question about compatibility.
Is Greenshift fully compatible with Woodmart?
My specific problem is related to a section that I want to make full width (100% width of the screen).
In Woodmart theme settings, I have the site width set to Full Width, but sections created with Greenshift still does not stretch across the entire screen. There is still some margin or container width limitation on the sides.
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you so much for purchasing our theme and contacting our support center.
Could you please send us a link to your website where we can see this issue?
Kind Regards
https://ergostacja.pl/
Also, what is wrong with this section: gsbp-fd1ff19 alignfull
Hello,
Your page looks like this because you are using templates from the Greenshift plugin, which in turn strips our HTML markup from the output. We will try to address this issue in the upcoming updates.
If you want to continue using these templates, you will need to add custom CSS.
body.page-template-full-width .wd-content-layout {
display: block;
padding: 0;
max-width: unset;
}
Kind Regards