• Resolved The Wachamacallit

    (@ineed-help)


    Hi, Great Theme!
    Is it possible to have a footer widget area that is 100% width?
    I’m guessing it’s a matter of simply adding some custom CSS to make it happen.
    Could you please help me figure it out?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Sanjeev

    (@infotuts)

    Hi,

    Go to Appearance > Customize > Custom Style > Custom CSS and use the code given below:

    .s-footer .col-md-3 {
        width: 100% !important;
    }

    Let us know if that works.

    Thread Starter The Wachamacallit

    (@ineed-help)

    AWESOME!!! Thank you so much for your help Tuts, it worked perfectly!

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

The topic ‘Single Footer Widget 100% Width’ is closed to new replies.