Box – bottom corners styled incorrectly
-
Hi,
This is a GREAT plugin that I use on several sites
But the background of the lower portion of the Box shortcode appears not to be styled correctly by default
Adding the following fixes the problem
.su-box-content {
border-bottom-left-radius: ‘xx’ px;
border-bottom-right-radius: ‘xx’ px;
}Is this a bug that needs fixing ?
Mike
The topic ‘Box – bottom corners styled incorrectly’ is closed to new replies.