Home › Forums › Air HTML5 Template › Back to top not showing.
- This topic has 6 replies, 2 voices, and was last updated 2 weeks ago by
SeaTheme.
- AuthorPosts
- May 2, 2022 at 2:29 am #27459
I want to have the back to top arrow in the middle of the page at the bottom, not on the right hand side.
I have included this code:
<footer id=”footer” class=”footer-cols-layout”>
<div class=”container-fluid back-top-wrap”><div id=”back-top”></div></div>
</footer>
But it is not showing up.
See here:
https://helenneville.com/shetouch/specialise.html
Thanks
May 2, 2022 at 3:57 am #27462just checking if you also saw this quiery. thankyou
May 2, 2022 at 1:56 pm #27463Hi there,
Welcome to SeaTheme forum.Please add the CSS:
#back-top { right: auto; left: 50%; } .container-fluid.back-top-wrap { width: 100%; } @media (min-width: 768px) { #wrap { margin-bottom: 200px; } }
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookMay 5, 2022 at 2:19 am #27483Thankyou – it is now showing, however it is not sitting in the middle of the page. see here:
May 5, 2022 at 2:39 am #27486I also noticed the back top top arrow is not showing on mobile. See here if you scroll down to the bottom of the page in mobile view:
May 5, 2022 at 4:51 am #27488Hi,
The container width should not larger than 1200, it should be 1170
@media (min-width: 1200px) { .container { width: 1400px; } }
The back-icon is disabled for mobile for now, it should cause issues.
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookMay 5, 2022 at 4:52 am #27489Hi,
The container width should not larger than 1200, it should be 1170
@media (min-width: 1200px) { .container { width: 1400px; } }
The back-icon is disabled for mobile for now in Air template.
Regards!
SeaTheme – FAQs – WordPress Customization – Facebook - AuthorPosts
- You must be logged in to reply to this topic.