How do I fix my footer?

Discussion in 'GoldenEagle WordPress Theme' started by changetriangle, Mar 14, 2013.

Thread Status:
Not open for further replies.
  1. changetriangle

    changetriangle New Member

    Joined:
    Feb 21, 2013
    Messages:
    10
    Likes Received:
    0
    My footer is wider than the rest of my site. How do I make them aligned? I've included a screen shot. Thanks! Screen shot of CtT site.png
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. changetriangle

    changetriangle New Member

    Joined:
    Feb 21, 2013
    Messages:
    10
    Likes Received:
    0
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    We have visited your website, the problem is occurring due to any one of the plugin you are using,
    Deactivate all plugins one by one and checkout which plugin creating this problem.
     
  5. changetriangle

    changetriangle New Member

    Joined:
    Feb 21, 2013
    Messages:
    10
    Likes Received:
    0
    I tried deactivating everything one by one and nothing changed. I even tried deactivating everything at once and the footer is still too wide, even with no plugins activated.
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .footer {
    margin-left: 162px;
    width: 941px;
    }
    .footer-bottom {
    margin-left: 162px;
    width: 941px;
    }
    This will solve your issue.
     
  7. changetriangle

    changetriangle New Member

    Joined:
    Feb 21, 2013
    Messages:
    10
    Likes Received:
    0
    Perfect!! All fixed. Thanks so much!
     
Thread Status:
Not open for further replies.

Share This Page