Page 1 of 1

iframe margin

Posted: 02 Feb 2021, 23:55
by TristanJo
Hi~ karl~^^

I put it in the contents page using iframe, but I want to reduce the space below.

What should I do?
스크린샷 2021-02-03 오후 1.48.24.png
스크린샷 2021-02-03 오후 1.48.24.png (666.93 KiB) Viewed 2031 times
and

Is it possible to make the bottom area invisible on a specific page?

Re: iframe margin

Posted: 03 Feb 2021, 01:39
by mjau-mjau
That is just natural padding in X3 so that there is some space between page content and footer. You can try to add the following into page settings > page > advanced > page CSS:
Code
.context {
  margin-bottom: 0 !important;
}