• Resolved memdesigns

    (@memdesigns)


    How can I change the width of the footer widget content area? See https://dev.torontojdn.org/, where I need the footer to be full width instead of the width of the content area?

    Note that I’m using a child theme and I have already changed the footer widget area to include just one 100% width widget.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hai there. You just need to override your css in your custom css. Try this

    .wide-1218 .inner-wrap {max-width: 100% !important}

    Thread Starter memdesigns

    (@memdesigns)

    Thank you azfy22. That definitely worked, except that I still want the content area, between the banner and the footer to be narrower. I just want the footer area and the banner to be 100%. What css can I use to separate them?

    Thread Starter memdesigns

    (@memdesigns)

    OK, I did it! Using the code you provided I created a new class for footer-inner-wrap and set that to 100%, then updated the sidebar-footer.php file accordingly by changing <div class=”inner-wrap”> to <div class=”footer-inner-wrap”>.

    Thanks for setting me in the right direction!

    @memdesigns Im glad to help you. Cheers !

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing with of footer area in Spacious theme’ is closed to new replies.