The "scroll to top" link in the footer isn't aligned with the rest.
I've re-uploaded the origina footer.php just to make sure, but nothing changed.
Any sugestions ?
Footer not aligned
9 posts from 6 voices-
Posted 1 year ago #
-
Hi,
could you link to your site please?Posted 1 year ago # -
Posted 1 year ago #
-
Add this to your custom.css:
#top .social_bookmarks li.phone {
margin-top: -14px;
padding-right: 8px;
width: auto;
}
Posted 1 year ago # -
Thanks a lot !
Posted 1 year ago # -
Thanks colorit2 for helping us out :)
Posted 1 year ago # -
I'm also having trouble with the "scroll to top" not being aligned with the rest of the footer text. I've removed the social bookmarks, but didn't think that would affect it. I tried the CSS change above, but it also affects the phone number at top right. Here is the site:
http://www.whitemountainrockandice.com/I'd love to have the "scroll to top" at the same level as the copyright. Any suggestions? Thanks.
Posted 1 year ago # -
Use following code:
#top #socket .social_bookmarks li.phone {
margin-top: -14px;
padding-right: 8px;
width: auto;
}Posted 1 year ago # -
This fix put the text/number area at the top of the page out of alignment. This fixed just the bottom 'scroll to top' alignment:
.social_bookmarks a[href="#top"] {
display:block !important;
}edit: missed your last fix
Posted 1 year ago #
Reply
You must log in to post.














