Archived topic
How to place a thin black border around a Group block in WordPress
3 replies · Started by Trish on March 19, 2023
Hi,
I've exhausted all possibilities in finding help, as all instructions tell me to check out the right-hand sidebar when Group block is selected, and click on Style... but there is NO Style option any where that I can find.
See video link offered below... as seeing what I'm referring to is easier than guessing.
Please help?
Thank you in advance,
Trish
UPDATE:
SOLVED the thin black border line ... the website cache was stopping the CSS script from working!
However, the large white gap below is STILL an issue.
Hi Trish,
See Leo's response with regards to the Dimensions settings: https://generatepress.com/forums/topic/how-to-enable-the-gutenberg-dimensions-function-in-gp/#post-2512334
As an alternative, try adding this CSS:
.wp-block-group .wp-block-group__inner-container {
max-width: unset;
padding: 0;
}
Ahhhh, Fernando!
THANK YOU, THANK YOU, THANK YOU, THANK YOU, THANK YOU!!!!!
:-D that did the trick!
YIPEEE!!!
You're welcome, Trish! :)