Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #570960

    Greetings,

    Please visit http://www.mymarketingsystem.com and notice how the footer section is not centering properly.

    Here is the custom code (that I found from another post) that I used in the quick css section:

    #socket .sub_menu_socket {
    position: absolute;
    clear: both;
    text-align: center;
    width: 100%;
    top: 5px;
    }

    #socket .sub_menu_socket > div {
    display: inline-block;
    }

    #socket .copyright {
    float: none;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -20px;
    }

    #socket {
    min-height: 50px;
    }

    .copyright { width: 100%; text-align: center; }

    Please let me know what to do in order for the footer section to be properly centered.

    Thank you,

    Keith

    #571869

    Hi cdmedia1111,

    Please try the following as well:

    #socket .container {
        max-width: 100% !important;
        padding: 0 !important;
    }
    
    #socket .menu {
        margin-top: 25px !important;
    }

    Thanks,
    Rikard

    #572550

    Thank you so much. Your solution worked perfectly!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Footer Not Centered’ is closed to new replies.