Jacked up layout with Gutenberg

Posted in: Newspaper
Post count: 12

See how the layout is stretching out past the body div and all over the place?

Those are all simply the layout block. No special Gutenberries Add ons or anything else. Just the native Gutenberg layout block: https://prnt.sc/nl04l6 <— That one.

Can we get a fix for this please?

Post count: 35449

Hi,

Please try this custom css code to fix these problems -> https://www.screencast.com/t/2f1a6mtV
.alignwide {
width: calc(100% + 200px);
margin-left: -200px;
max-width: 100vw;
}

You need to set the code in theme panel>Custom code>Custom css

Thank you!

Post count: 35449

Hi,

Yes, our theme was tested with Gutenberg editor, this problem appears because you are using a sidebar on you stretch the image from content; if you chose to use stretch on please do not use a sidebar, or if you want to have a sidebar please do not use the stretch elements.

Thank you!

Post count: 12

uhm. NO. (not quite sure how else that might be communicated better)

Sidebar has to stay. All options attempted & when the cover image block is NOT stretched, NOT full width, NOT wide width, or anything else it still extends outside the body. It’s simply the native Gutenberg cover image. I can not make it become something that it is not.

https://prnt.sc/nm453r

Am I missing another solution or perhaps there’s another setting, toggle, or function that isn’t working? Is the native ‘cover image’ block always supposed to extend beyond the body content div regardless of NOT having wide or full width toggled?

Post count: 35449

Hi,

Here is a test from my install with cover image-> https://www.screencast.com/t/bExmjOK9 -> https://www.screencast.com/t/g21SNAZpp

Please make sure that all the settings are like in our requirements, please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.

Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.

If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.

Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.