Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2411784
Footer
Closed

Comments

  •  2
    1Paulo started the conversation

    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

  •  4,774
    Michael replied

    HI!

    Please use the Custom Footer:


  •  2
    1Paulo replied

    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?

  •  4,774
    Michael replied

    pls. 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;
    }}

     

    6707465710.png
  •  2
    1Paulo replied

    Perfect! Looks so much better.

    Thanks!

  •  4,774
    Michael replied

    You're welcome!