single post content width applied also to everything inside wp-block-group
-
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]
- The topic ‘single post content width applied also to everything inside wp-block-group’ is closed to new replies.