widget content in footer is aligning right and not taking up background

I've used an image as a footer widget, but the image is pushing to the right and not filling in all of the footer area. I plan on using the footer to display various banners and I'll need them centered with no background showing. For now, I've used a blue background on the footer just to see where things are off. I don't want any padding around the footer. I want whatever picture I put into the footer stretch all the way across.

The site is here:

http://a0d.7d8.myftpupload.com/

Comments

  • Hi,

    to do this, please use below css:
    #Footer .widgets_wrapper { padding: 0 !important; }
    #Footer .widget { padding: 0 !important; }
    #Footer .section_wrapper, #Footer .container { width: 100% !important; }
    #Footer .widgets_wrapper .column { margin: 0 !important; }
    But in our opinion it is much easier and better to keep this in own section inside Muffin Builder because you can set section without any margins and paddings much easier.
  • Okay, thanks.

    I would have just put it in its own section, but I don't want the bottom widget to be surrounded by the sidebars. Is there an option to add widgets and make them ignore the sidebars above them?

  • Sorry but it's unfortunately not possible.
Sign In or Register to comment.