Home › Forums › ART WordPress Theme › Footer
- This topic has 3 replies, 2 voices, and was last updated 5 years, 8 months ago by
SeaTheme.
-
AuthorPosts
-
September 6, 2020 at 7:40 am #22484
Hello,
Is it possible to set the footer to always be at the bottom of the screen? when I set the footer overlay, this causes a problem for the home page and the project page, so that the footer starts to overlap with the content somewhere in the middle of the page. On the page about and contact it works well,… (maybe footer overlay have some issues with understanding of end of grid and end of slider,…)
My web page is: richardcech.com
Thank you very much
Best RegardsRichard Cech
September 7, 2020 at 3:26 am #22489Hi,
Please paste the custom CSS code to “Appearance > Customize: Additional CSS”:
.footer-overlay #footer { z-index: 1; }Regards!
SeaTheme – SeaTheme.net – Twitter – Facebook
September 7, 2020 at 7:33 pm #22497Hello,
I’ve tried your solution but it still doesn’t work.
My point is that the footer would be always placed at the bottom (on the computer and on the phone, I feel like it only works on one thing at a time), so that it never cuts the content but is always under the content. It occurs to me that if there is more content and I have to scroll down, the footer is positioned correctly, but if there is less, it causes problems. To make it more clear, I painted the footer blue. You should also have my login information on my wordpress. I also noticed that the footer is affected by the setting when footer overlay is on or off.I have these page which is important for web page like template.
Home page: richardcech.com
Project page: richardcech.com/projects
About me: richardcech.com/about-me
Contact: richardcech.com/contact
and template page for projects: richardcech.com/ux-portfolio/brno-islandBest Regards
RichardSeptember 8, 2020 at 1:19 am #22498Hi,
I don’t know if understand your requirement.
Do you mean that you want to the header+content+footer stay on the same screen? (without scrolling bar).
It is possible for the homepage, but it is not suitable. The content of other pages is too high to stay in one screen.For the homepage, I found there is CSS for slider height 77vh, please change as:
@media(min-width:768px){ .module-id-1598855720568 .slider-mod-wrap.slider-style3, .module-id-1598855720568 .slider-mod-wrap.slider-style3 .owl-carousel .owl-item img { height: calc(100vh - 70px - var(--header-height)); } }If I misunderstood your question. Please give me more tips. (better paste some screenshots to explain)
Best
-
AuthorPosts
- You must be logged in to reply to this topic.
