• Resolved lilblogger

    (@lilblogger)


    I’m trying to align text at the very bottom of my page – the left side says © blog name, and the right side has a page navigation menu.

    How do I align them in my template these like they’re in the same horizontal line?

    You can see what I mean by scrolling to the bottom of:
    http://www.adventure-travel-reviews.com/

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • try and reduce the top margin of this style from 20px to 0px in style.css near the end:

    #nav2 ul {
    	margin: 20px 0px 0px 0px;
    	padding: 0px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘How to align this text in footer?’ is closed to new replies.