THEMEHALL
  • Omega
  • Cart
  • Support
  • My Account

Making the footer one column instead of 4

Home › Forums › Omega › Making the footer one column instead of 4

Tagged: columns, Footer, footer widget, widget

  • This topic has 3 replies, 2 voices, and was last updated 12 years, 4 months ago by han.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • January 4, 2014 at 8:50 pm #1385
    DorothyBatts
    Participant

    Hi,
    I’m using your Church theme, which is wonderful, but I want to make my footer one column instead of 4, bypassing the footer column widgets and putting my contact info in one long text line. How can I accomplish this?

    Thanks.

    January 7, 2014 at 2:53 am #1413
    han
    Keymaster

    Try this make the widget full width

    .footer-widgets .col-4 .widget-area {
        padding: 0 40px 0 0;
        width: 100%;
    }
    January 7, 2014 at 3:26 am #1414
    DorothyBatts
    Participant

    That worked nicely, Han, but now the copyright text is too far away and centered instead of left-aligned. How can I make all that upper and lower footer information one happy family? Can’t I bring it together in one div? Please…

    By the way, the site is now live at:

    http://www.jettandcompany.com

    Thanks.

    January 7, 2014 at 12:49 pm #1425
    han
    Keymaster

    Try this

    .footer-widgets .wrap {
        padding: 40px 0 0 40px;
    }

    You can also bypass the footer widgets and put all in footer using Omega Custom Footer plugin

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)

You must login to reply to this topic.

Copyright © 2025 THEMEHALL.

  • Terms of Service
  • Resources
  • Blog
  • Support
css.php