Home › Forums › WoodMart support forum › Disable Google Fonts in WP Bakery › Reply To: Disable Google Fonts in WP Bakery
June 14, 2021 at 6:48 am
#299567
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area for mobile devices in Theme Settings to fix this issue.
.wd-portfolio-holder .portfolio-single {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}