This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Footer below….footer?

Resolved 8 replies themetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

8
  1. Andrew Misplon Staff 11 years, 4 months ago

    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. trailerparkboy 11 years, 4 months ago

    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. Andrew Misplon Staff 11 years, 4 months ago

    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. Andrew Misplon Staff 11 years, 4 months ago

    This would replace the old Custom CSS.

  5. trailerparkboy 11 years, 4 months ago

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

  6. Andrew Misplon Staff 11 years, 4 months ago

    Super, glad we could help.

  7. pelsar 11 years, 7 days ago

    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/

    • Andrew Misplon Staff 11 years, 6 days ago

      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.

Have a different question or issue?

Start New Thread