This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

iFrame rounded corners and negative margins
#2
You need to adjust iframe size via CSS. Width should be parent width + 20px, height should be parent width + 300px.
Code:
.bom7day iframe {
  width: ...px !important;
  height: ...px !important;
}
Reply


Messages In This Thread
RE: iFrame rounded corners and negative margins - by admin - 14.05.2024, 07:00

Forum Jump: