Having trouble getting a button to stick to the bottom….
-
I am very very very new to website building and I am having a little bit of trouble making a website. I’ve watched tons of tutorials on youtube and I’ve did alot of reading on html coding websites as well as just looking up code myself. So, with all that being said… I’m using the Acosmin theme. And I am trying to get this pesky “go to top button” to stay at the bottom… I’ve moved around the whole website so far and got everything pretty well where I want it. But, the footer is a huge problem for me… I can’t seem to get it right. I guess I’ll post my footer and my button that I’m trying to fix and see what I get back. I appreciate the help.
/* - 5.0 Footer */ .footer-wrap { position: relative; margin-top: -150px; /* negative value of footer height */ height: 150px; clear:both; padding-top: 45px; padding-bottom: 150px; color:royalblue } .footer-credits { position: relative; margin-top: -150px; /* negative value of footer height */ height: 150px; clear:both; width: auto; margin-right: 155px; margin-left: 45px; } .footer-credits .blog-title, .footer-credits .copyright, .footer-credits .theme-author { position: relative; margin-top: -150px; /* negative value of footer height */ height: 150px; clear:both; float: left; clear: both; margin-bottom: 20px; } .footer-credits .blog-title { font-size: 30px; letter-spacing: 10px; font-weight: normal; text-transform: uppercase; text-align: left; opacity: 0.5; } .footer-credits .copyright { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; } .footer-credits .theme-author { font-size: 14px; font-style: italic; border-bottom: 2px solid rgba(225,225,225,0.9); padding-bottom: 5px; } .footer-credits .theme-author a { margin-right: 5px; } .footer-credits .theme-author em { margin-left: 5px; } .footer-credits .theme-author a:last-child { margin: 0; }
/* -- Footer Buttons */ .back-to-top { position:absolute; left: 0px; bottom: 0px; display: block; font-size: 45px; height: 110px; width: 110px; line-height: 1; padding-top: 25px; text-align: center; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; border-width: 5px; border-style: solid; }
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Having trouble getting a button to stick to the bottom….’ is closed to new replies.