I have a page that I embedded a widget. I would like to adjust the size in my base.css but I cannot make it work.
Basically I want to adjust frame size to become visible.
Could someone please help me.
Thanks in advance,
JH
I have a page that I embedded a widget. I would like to adjust the size in my base.css but I cannot make it work.
Basically I want to adjust frame size to become visible.
Could someone please help me.
Thanks in advance,
JH
Hello @JH19 ,
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code
Go to Assets folder → base.css file → add this following code at the bottom of page
.widget-frame {
width: 100%;
height: 300px;
}
Save and preview
Hope this can help.
Transcy
Hi Transcy,
The code above didn’t help.
This is the URL - https://www.casamaniego.com/pages/book-now
Basically if you click the date. the date picker is not fitting the frame.
Regards,
JH
Thanks for the response.
Here is the URL - https://admin.shopify.com/store/casamaniego/pages/124214411539
Thanks,