Forums

[resolved] Yoko Theme: Moving Footer Content (5 posts)

  1. jsmallernst
    Member
    Posted 11 months ago #

    Hi there,

    I am using the Yoko theme for a website I am working on.

    I am wondering if there is a way to shift the footer content from the left to the right bottom corner of the site, such that it is in alignment with the right edge of the navigation above.

    I have tried adding a "float right" to certain elements in the CSS, but it only ever seems to move the footer as far as the middle of the page. I know there must be some other element at work in my CSS that is making it do this, but I'm not sure what!

    Here is the site thus far.

    Any help would be so appreciated. Thank you very much!

  2. jsmallernst
    Member
    Posted 11 months ago #

    Hi! Is there anyone who might know how to solve this problem? Thanks again!

  3. @mercime
    Member
    Posted 11 months ago #

    Open up your theme's style.css file and find #colophon then add text-align: right and change width to width: 100% so #colophon would now look like this

    #colophon {
    	width: 100%;
    	float: left;
    	padding:30px 0 0;
    	overflow: hidden;
    	font-size: 0.8em;
    	background-color:#c0c0c0;
            text-align: right;
    }
  4. jsmallernst
    Member
    Posted 11 months ago #

    Thank you so much! That did the trick.

  5. @mercime
    Member
    Posted 11 months ago #

    You're welcome @jsmallernst. Remember to mark this as "Resolved" in dropdown on right sidebar of this page. Start a new topic if you find another challenge.
    Cheers.

Reply

You must log in to post.

About this Topic

Tags