Home › Forums › WoodMart support forum › Blue card logo displayed incorrectly › Reply To: Blue card logo displayed incorrectly
April 17, 2024 at 10:19 am
#557885
Aizaz Imtiaz Awan
Keymaster
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
width: calc(21.33% - var(--wp--style--unstable-gallery-gap, 16px)* .66667) !important;
flex: 0 0 20% !important;
}
Best Regards.