Dear All, I want my widget to appear like this: https://prnt.sc/he24mi but instead it is looking like this: https://prnt.sc/he24ck The problem is on the home page only https://www.crazzydiscounts.in/ It is displaying perfectly on other pages https://www.crazzydiscounts.in/discount-store/ Can anybody help me in resolving this issue. I did everything, deleted the cache, removed the widget completely and then put it back, changed the height of the widget in the code and what not, but the problem remains unresolved. Thanks in advance. M. Manohar Rao
JamesD
Hello Manohar Rao,
The problem doesn’t appear to be PP theme related. That add is being displayed within an iframe, which is a separate page (possibly rocketscript related?).
Some styling will be needed if you have specific needs like that. You could add something like below to your custom styles/stylesheet or add to the “Theme Setup >> General Setup” CSS section under the “Custom CSS/Javascript” tab.:
.textwidget iframe {
min-height: 250px;
}
Note: You should still double check your site to make sure the change didn’t alter anything else. If it does, then you’ll need to fine-tune the styling.
Manohar Rao
Hi James,
Thank you very much. It worked.
Regards,
M. Manohar Rao
JamesD
Thanks for the update Manohar Rao, glad it could help.