Support » Theme: Customizr » Merge footer into one big widget?

  • Right now the footer is split into three separate widgets. Unfortunately, if I want to have something stretch across the entire footer it doesn’t seem like that’s possible. How can I combine the widgets and just make one widget for the whole footer?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Link to site and more details of what you need would help.

    Easiest is not to combine, but simply make the middle one wider.

    Delete the contents of the first and third footer widget areas. Then put the following in your Custom CSS (or child theme):

    #footer_two.span4 {
    min-width: 100%;
    }

    Put your content in the second widget area and style further as required.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Merge footer into one big widget?’ is closed to new replies.