Forums

[resolved] how to resize back my footer (4 posts)

  1. styx46
    Member
    Posted 7 months ago #

    I use Andrina lite theme

    how can I re-size footer area back
    to fit under the content area

    Thanks,
    Dori

    http://www.thesunshinepalate.com/

  2. playing2012
    Member
    Posted 7 months ago #

    You need to ask the maker of your theme:

    http://www.inkthemes.com/supportforum/

    G/L

  3. WPyogi
    Volunteer Moderator
    Posted 7 months ago #

    @styx46 - it looks like the theme is not coded to have the footer be a fixed width, but you can change that by changing the CSS code for two footer places -- add this:

    #footer-bottom {
       width: 952px;
       margin: 0 auto 30px;
    }
    
    #footer {
       width: 952px;
       margin: 0 auto;
    }
  4. styx46
    Member
    Posted 7 months ago #

    Thanks,

    that didn't help, but I fix it...

Reply

You must log in to post.

About this Topic

Tags