Home>Support>Footer below….footer?

Footer below….footer?

Hello,
My client’s site is using the black footer widget area for a video and optin form. Is it possible to add another row below in this same black footer area, so I can add some navigation links? I’m guessing need to add some code to the footer.php?

Also, I purchased Premium version but can’t find my Order Number. Is there a way to get this?

Thanks!

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi trailerparkboy

    You can grab your order number from Settings > General at the bottom of that page if you used it to upgrade. OR retrieve your order number from this form here:

    https://siteorigin.com/orders/

    You could try this under Appearance > Custom CSS:

    #colophon .widget {
      width: 25%;
    }
    
    #colophon .widget:nth-of-type(5) {
      clear: both;
    }
    

    This assumes a setup where I want the widget after the 4th widget, the 5th widget to be on the second line. 25% width also assumes eight widgets. Adjust accordingly.

  2. 9 years, 11 months ago trailerparkboy

    Thanks Andrew. Found my Order Number.

    Sorry, just a follow up question to the footer. This worked great to add another row. I have 3 columns and would like a single 100% width column below. Is there a way to have top row at 33% width and bottom at 100%? Thanks for your help!

  3. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Un-tested, but you could try individually controlling widget width’s like this:

    #colophon .widget:nth-of-type(1), #colophon .widget:nth-of-type(2), #colophon .widget:nth-of-type(3)  {
    	width: 33%;
    }
    
    #colophon .widget:nth-of-type(3)  {
     	clear: both;
    }
    
    #colophon .widget:nth-of-type(4)  {
    	width: 100%;
    }
    

    See what I’m trying there?

    Widgets 1, 2 and 3 get 33% width.
    Widget 3 must clear to force 4 onto a new line.
    Widget 4 must be 100% width.

  4. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    This would replace the old Custom CSS.

  5. 9 years, 11 months ago trailerparkboy

    Ah, yes. Brilliant. I see how that works. I just tested and works perfectly. Thanks!

  6. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad we could help.

  7. 9 years, 7 months ago pelsar

    I didnt understand…I”m looking to add a second footer above the existing footer and make it a different color

    http://www.step-ahead.com/

    • 9 years, 7 months ago Andrew Misplon
      Hi, I Work Here

      Hi plesar

      Please open a new thread and we’ll help out as soon as possible.

      Page: New Thread

      Thanks

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More