Home › Forums › WoodMart support forum › How do it change the size of content box in instagram widget? › Reply To: How do it change the size of content box in instagram widget?
October 10, 2023 at 11:13 am
#502953

Aizaz Imtiaz Awan
Keymaster
Hello,
Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
.instagram-widget .instagram-content-inner {
max-width: 470px !important;
height: 70% !important;
}
Best Regards.