Replies: 0
Greetings!
Feature requests for the (fantastic) Info Box Block:
Option to set background color and margins for text area.
Why: On “in-between” screen sizes of 1024, like on mini tablets, the text tends to encroach on the image. Setting a background color and padding for the text area solves this without affecting responsive layouts, and is invisible on other screen sizes if the text background color is the same as the Page Content Area background color.
The Additional CSS I used to achieve:
.hentry .wp-block-uagb-info-box .uagb-ifb-content{
background-color:#ffffff;
padding-left: 5px;
}
Images from mini tablet, after and then before applying above CSS:
https://imgur.com/a/ASGAAqv
Thanks for making such a nice plugin.
Cheers,
Kim