Home › Forums › WoodMart support forum › Problem with theme update (mobile menu and instagram) › Reply To: Problem with theme update (mobile menu and instagram)
July 15, 2020 at 1:31 pm
#211269
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.instagram-widget.data-source-api .wrapp-picture {
padding-bottom: 0;
}
Regards