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

    .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.