Full-width Footer

Discussion in 'Figero WordPress Theme' started by galesburgpl, Sep 3, 2013.

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

    galesburgpl Member

    Joined:
    Apr 18, 2013
    Messages:
    41
    Likes Received:
    0
    On the homepage, the footer displays as full-width, but on all subsequent pages, it is not. This results in cutting off some of our copyright information. How do I change the footer to display as full-width on every page? Untitled.png
     
  2. Piyush

    Piyush Support Staff

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

    galesburgpl Member

    Joined:
    Apr 18, 2013
    Messages:
    41
    Likes Received:
    0
    Sure. The URL is http://www.galesburglibrary.org/a/

    As you'll see on the homepage, the entire footer (the gray and orange section, with the 4 widgets, as shown in the image above) is full-width. If you navigate to any other page on the website, the footer is no longer full-width.
     
  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. galesburgpl

    galesburgpl Member

    Joined:
    Apr 18, 2013
    Messages:
    41
    Likes Received:
    0
    I deactivated every plugin I was using, and it did not fix the problem. What else could it be?
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    I will check your issue.
     
  7. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Issue resolved, Please check your website.
     
  8. galesburgpl

    galesburgpl Member

    Joined:
    Apr 18, 2013
    Messages:
    41
    Likes Received:
    0
    Thank you. The footer problem does appear to be fixed, but some of my custom styling options no longer seem to be working. Some I was able to resolve, but other are not working. I have used this code

    .content-main {
    background-color: white; border none;
    }

    .content-info {
    border: none;
    }

    to match the content-container color with the background color, but it no longer matches. Do you know why this might be?
     
  9. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    We are not getting your issue. Please explain with the help of screenshot, About which area you are talking.
     
  10. galesburgpl

    galesburgpl Member

    Joined:
    Apr 18, 2013
    Messages:
    41
    Likes Received:
    0
    Sure. As you can see on the attached screenshot, the full-width background color is #f5f5f5, while the main content container has a #ffffff background. I would like the #f5f5f5 color to be #ffffff. Before the footer fix, they matched. Now they do not. Untitled.png
     
  11. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-container {
    background-color: #ffffff;}
     
  12. galesburgpl

    galesburgpl Member

    Joined:
    Apr 18, 2013
    Messages:
    41
    Likes Received:
    0
    Thank you.
     
Thread Status:
Not open for further replies.

Share This Page