Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

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

  •  5,055
    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?

  •  5,055
    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!

  •  5,055
    Michael replied

    You're welcome!