• Anirudh

    (@anirudh1502)


    Hello,

    I need the footer contents to be aligned to the center.

    I tried using the following CSS:

    .footercredits.clearfix{
    display: table;
    text-align: center;
    }

    Please help me with this.

    My site URL: http://assessmentclinic.uic.edu/

Viewing 2 replies - 1 through 2 (of 2 total)
  • hannah

    (@hannahritner)

    Hey,
    Try adding this to your custom css box in Theme Options > Custom CSS:

    .col-md-4.footercol2 {
        width: 100%;
    }
    .footercredits.clearfix {
        width: 100%;
    }

    Hope that works for you!
    Hannah

    Kevin

    (@jx-3p)

    .footernav {
        float: none;
        width: 100%;
        text-align: center;
    }
    .footernav ul {
        float: none;
        padding: 0;
    }
    .footernav ul li {
        float: none;
        display: inline-block;
    }

    If you wanted your footer menu centered as well, use this CSS.

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

The topic ‘Footer Content alignment responsive’ is closed to new replies.