Issue with grid-container class
-
Hi,
I’m using GeneratePress theme and Gutentor plugin and I have one issue with Gutentor which uses the grid-container without prefix. This method is going to affect a lot of themes.
.grid-container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left:auto }
So, in my case, the menu overflows at right of page when Gutentor is enabled, the display of menu is correct when I deactivate the plugin Gutentor.
The GeneratePress theme support say me to add this additionnal css :
body .grid-container { width: auto; }
and this css works fine.
Could you fix this issue, please.
I appreciate the features offered by Gutentor as well as the accompanying documentation, thank you for this tool!
Thanks for help and fix…
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Issue with grid-container class’ is closed to new replies.