Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
TristanJo
Experienced
Topic Author
Posts: 116
Joined: 10 Apr 2018, 02:57

iframe margin

02 Feb 2021, 23:55

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 1903 times
and

Is it possible to make the bottom area invisible on a specific page?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: iframe margin

03 Feb 2021, 01:39

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;
}