Home › Forums › Air HTML5 Template › have to scroll for footer
- This topic has 14 replies, 3 voices, and was last updated 6 years, 2 months ago by
uptakecreative.
-
AuthorPosts
-
July 15, 2019 at 9:34 pm #18978
Hello, for some reason on my about page you have to scroll for the footer, when there is not enough content to require you to need to scroll.
I would like to be able to see the footer at the bottom of the page instantly like the other pages.
The page that is affected is this page:
http://helenneville.com/About.html
and it should be working like this page
http://helenneville.com/Contact.html
thankyou
July 16, 2019 at 2:13 am #18982Hi,
Please add the CSS to the About page only.
<style> .top-slider.top-slider-text { height: calc(100vh - 280px); } </style>Regards!
SeaTheme – uiueux.com – Twitter – FacebookJuly 16, 2019 at 4:15 am #18983Does it matter where I put this? Can it go anywhere on the page?
Thanks
July 16, 2019 at 5:10 am #18985Plz add it below
<link rel='stylesheet' href='css/style.css' type='text/css' media='screen' />March 11, 2020 at 5:22 pm #20621Hi there, sorry but where is the best place to put this code so I don’t have to scroll to see the footer on About and Contact pages?
March 12, 2020 at 2:14 am #20622Hi,
Please put the code before the
</head>tagRegards
March 12, 2020 at 3:43 pm #20630Where is the best place to access the head tag?
March 13, 2020 at 3:48 am #20632Plz add it below
<link rel='stylesheet' href='css/style.css' type='text/css' media='screen' />March 13, 2020 at 3:50 pm #20633Thank you, but how do I access this from the WordPress dashboard?
March 14, 2020 at 3:29 am #20641I am sorry, this topic is talking about the HTML version.
For the WordPress version, please add custom CSS to to “Appearance > Customize: Additional CSS”
.top-slider.top-slider-text { height: calc(100vh - 280px); }March 16, 2020 at 3:38 pm #20649Hi there, this did not appear to change anything. Can you advise?
March 17, 2020 at 7:44 am #20654May be your web page setting is different.
Please leave your website URL, thanks!March 17, 2020 at 3:56 pm #20658March 18, 2020 at 2:00 am #20661Hi,
You could add the custom CSS to “Appearance > Customize: Additional CSS”
.page-id-977 #wrap { min-height: 0; }It maybe works on the big screen. Because the content is too height to the small screen like laptop device.
Regards
March 18, 2020 at 3:27 pm #20668Perfect, thank you 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.
