Okay
  Public Ticket #1980567
Move copywrite on desktop
Closed

Comments

  •  1
    jeffkaufman started the conversation

    ow can I move the copywrite location on desktop lower on the sidebar? It looks great on mobile and some desktop sizes, but sometimes it pushes into the menu links, see attached.


  •  291
    Paul replied

    Hello!

    You can use custom CSS to reduce the top and bottom spacing in the sidebar. Please try applying this code:

    #side-container {
        padding: 50px;
    }
    #side-footer-wrapper {
        bottom: 50px;
    }
    

    I hope it helps!

    Regards,
    Paul

  •  1
    jeffkaufman replied

    That was close enough, thanks!

    I had to remove the 

    #side-footer-wrapper {    
        bottom: 50px;
    }

    because it was causing the background image to not resize correctly, but the side-container CSS fixed the bigger issue. 
    Thanks for your quick response!

    J

  •  1
    jeffkaufman replied

    I stand corrected, I must've had the console open when i refreshed. All good, thanks!