Forums

Misaligned footer (4 posts)

  1. dyomainer
    Member
    Posted 1 year ago #

    Hello,

    I have been editing my WP arcade's CSS style sheet but now I have just noticed that the footer is misaligned. Can someone check for me and tell me what is the problem?

    If you would like to see the css style sheet code, let me know to post it here.

    Thanks

    admin

    yvd.com

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of specific help.

  3. govpatel
    Member
    Posted 1 year ago #

    In style.css around 540 look or this code
    #footer {
    color:#FFFFFF;
    }

    add margin:auto;

    so you should have

    #footer {
    color:#FFFFFF;
    margin:auto;

    }

  4. dyomainer
    Member
    Posted 1 year ago #

    @govpatel, thanks for your reply. Problem solved.

Topic Closed

This topic has been closed to new replies.

About this Topic