Comments 21Paulo started the conversationMay 21, 2020 at 1:01pmGreetings. How can I increase the width of the footer?Currently the copyright is two lines. I'd like it to go straight across and be one line.This© Copyright 2020, JW’s Wholesale Promotional ProductsNot this© Copyright 2020, JW’s Wholesale Promotional Products 4,774Michael repliedMay 21, 2020 at 1:27pmHI!Please use the Custom Footer: 21Paulo repliedMay 21, 2020 at 1:58pmThanks. I saw that in my research.The footer's good. For now all I need is a little space for the copyright. Is there a way to do that? 4,774Michael repliedMay 21, 2020 at 2:23pmpls. use following css: @media (min-width: 992px){ .site-footer .col-md-6 { width: 25% !important; left: 25% !important; } .site-footer .col-md-3.col-md-pull-9 { width: 50% !important; right: 50% !important; }} 21Paulo repliedMay 21, 2020 at 2:27pmPerfect! Looks so much better.Thanks! 4,774Michael repliedMay 21, 2020 at 2:33pmYou're welcome! Sign in to reply ...
Greetings. How can I increase the width of the footer?
Currently the copyright is two lines. I'd like it to go straight across and be one line.
This
© Copyright 2020, JW’s Wholesale Promotional Products
Not this
© Copyright 2020, JW’s Wholesale
Promotional Products
HI!
Please use the Custom Footer:
Thanks. I saw that in my research.
The footer's good. For now all I need is a little space for the copyright. Is there a way to do that?
pls. use following css:
Perfect! Looks so much better.
Thanks!
You're welcome!