Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #911413

    If you goto https://www.theoldrectorygardens.co.uk/ my client wants to swap the copyright and social icons around the other way round so that the copyright is on the right and the social icons are on the left at the bottom can you please help.

    #911419

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #socket .copyright {
        float: right;
    }
    #socket .social_bookmarks {
        float: left;
        margin: -10px 0 0 0;
    }
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.