How do it change the size of content box in instagram widget?
-
I would like to make it wider and taller
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the wp logins details of your site so i will check and give you a possible solution. Also share the page url where the issue is situated.
Best Regards.
below please find information
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.