Help the below part of my image gallery is missing

classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

Help the below part of my image gallery is missing

FireWolf29
It's look like this:

is anyone know how to fix? Thx.
Reply | Threaded
Open this post in threaded view
|

Re: Help the below part of my image gallery is missing

Israel <Nabble>
Administrator
What is the link to your site?
Reply | Threaded
Open this post in threaded view
|

Re: Help the below part of my image gallery is missing

FireWolf29
Demo of my website: http://qcraft29.epizy.com/galleryX.html
Please note that my website project is currently focusing the details on mobile. Every issue that I have posted on this forum is currently happening on mobile
Reply | Threaded
Open this post in threaded view
|

Re: Help the below part of my image gallery is missing

GregChapman
This doesn't seem to be a Nabble issue.

The styling in your host page is limiting the height of the div  that contains the forum (but I haven't worked out exactly which CSS statement does it).

It is producing the same issue on both desktop and mobile platforms.
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.
Reply | Threaded
Open this post in threaded view
|

Re: Help the below part of my image gallery is missing

FireWolf29
but the other application embedded on my site doesn't have this issue
Reply | Threaded
Open this post in threaded view
|

Re: Help the below part of my image gallery is missing

GregChapman
What's "the other application"?

The clock and logo set to have a height of 50px.
The hero image to 280px
The search box: 55px
The footer: 110px

Given that some of these components have fixed positions in relation to the top and bottom of the viewport the forum gets whatever is left - and it's not enough.

Try testing on a desktop and increasing/decreasing the height (and width) of the window and you'll see what I'm talking about.
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.
Reply | Threaded
Open this post in threaded view
|

Re: Help the below part of my image gallery is missing

FireWolf29
bruh the other nabble application in the other page of my demo site
Reply | Threaded
Open this post in threaded view
|

Re: Help the below part of my image gallery is missing

FireWolf29
In reply to this post by GregChapman
I have embedded it in the other blank page and it still the same:

Reply | Threaded
Open this post in threaded view
|

Re: Help the below part of my image gallery is missing

GregChapman
This post was updated on .
Perhaps I don't understand what you say. I assume "the other page" means:
http://qcraft29.epizy.com/index.html
That is constructed in exactly the same way as:
http://qcraft29.epizy.com/galleryX.html
and, as with the first page, the forum occupies whatever space is left over given all the other elements of fixed height and position that appear on the page. If you wish to retain them you must, at least, code your page to ensure the forum will display with a scroll bar.

I repeat, this is not a Nabble issue. You need to refer to an HTML/CSS tutorial site for a solution to your problem.
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.
Reply | Threaded
Open this post in threaded view
|

Re: Help the below part of my image gallery is missing

FireWolf29
I think it's still a nabble issue because I just went to my nabble application page and give it a custom css:

  #nabble {
    overflow: auto !important;
  }

And now it's work!