• Resolved hvizdal

    (@hvizdal)


    Hey guys,

    I am using a couple of Gutenberg reusable blocks and probably after last Neve update some CSS rules from the theme applied to them. I believe this is a bug.

    I am not too proficient with CSS but seems like this is the culprit:

    @media (min-width: 960px) {
    .neve-main > .container .col {
    max-width: 70%;
    }
    [class*=”__inner-container”] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    margin: auto;
    max-width: 70%;
    padding: 0 15px;
    }

    I guess I could fix it in my child theme but maybe you want to exclude Gutenberg blocks from this rule? I do indeed have my single post content width to 70%, but here the 70% rule applied to several Gutenberg blocks inside the single post.

    Thanks Filip

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi.
    Same Problem here. My whole Website ist build with Gutenberg-blocks and I grouped blocks very often.
    In the last days I spend a lot of time in finding the new styling errors. First I realized wrong paddings in my site, then I found the wrong max-width, too. I tried to fix all of the wrong stylings, but that’s not that easy, because every element in the inner-container is influenced by the new CSS-lines.
    I would be pleased, if you could fix that, so that all Gutenberg-blocks aren’t influenced by this CSS-lines any longer.
    Thanks
    Sebastian

    Hi,

    Thank you for letting us know about this. We are investigating this and you can follow the issue here https://github.com/Codeinwp/neve/issues/1652

    Regards,
    Rodica

    Hi,

    The latest update of the theme includes a fix for this. Can you please let me know if you are still experiencing this?

    Regards,
    Rodica

    Thread Starter hvizdal

    (@hvizdal)

    Hey Rodica,

    for my site the update worked, the issue is fixed now. Thanks for your support and for the awesome theme you guys prepared.

    Filip

    Hello Rodica,
    thanks a lot. It seems to work very well.
    Greetings
    Sebastian

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘single post content width applied also to everything inside wp-block-group’ is closed to new replies.