• jacobgallipeau

    (@jacobgallipeau)


    If you look at my site, you’ll see that I have the footer the way I want it (besides text being centered… why isn’t that working?), but there is another thing kind of floating around the bottom there. I’ve tried setting it to display: none;, but that erases the rest of the footer as well. What can I do to eliminate this problem?

    Thank you!

    Site: gallipeauwebservices.com/pacifictrails

Viewing 4 replies - 1 through 4 (of 4 total)
  • websitetroubleshooting

    (@websitetroubleshooting)

    Add this to the very bottom of style.css or use a plugin like Simple Custom CSS.

    .site-footer {
    background-color: #90c7e3;
    border-top: 3px solid #90c7e3;
    font-size: 22px;
    padding: 10px;
    }

    #footer-row > div.col-md-10.footer-right {
    font-size: 75%;
    font-style: italic;
    font-family: Georgia, “Times New Roman”, serif;
    text-align: center;
    background-color: #90c7e3;
    padding: 20px clear: both;
    border: none;
    margin-top: -40px;
    margin-right: -15px;
    }

    Thread Starter jacobgallipeau

    (@jacobgallipeau)

    That mostly worked! A few small things left though:

    There is a tiny bit of extra space at the right side of the footer. Why is that?

    How can I get rid of the extra blue space at the bottom of the footer?

    websitetroubleshooting

    (@websitetroubleshooting)

    The footer would have to be recoded unfortunately.

    Thread Starter jacobgallipeau

    (@jacobgallipeau)

    What do you mean exactly?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Issues with footer’ is closed to new replies.