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.
Need fast email support? Get SiteOrigin Premium
Replies
8Hi 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.
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!
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.
This would replace the old Custom CSS.
Ah, yes. Brilliant. I see how that works. I just tested and works perfectly. Thanks!
Super, glad we could help.
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/
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.