Home Forums WoodMart support forum Greenshift + Woodmart – Full Width Section Issue

Greenshift + Woodmart – Full Width Section Issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #708407

    d.witkowski
    Participant

    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.
    #708468

    Artem Temos
    Keymaster
    Xtemos team

    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

    #708487

    d.witkowski
    Participant

    https://ergostacja.pl/

    Also, what is wrong with this section: gsbp-fd1ff19 alignfull

    #708536

    Artem Temos
    Keymaster
    Xtemos team

    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

Viewing 4 posts - 1 through 4 (of 4 total)