Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #620285

    Hello! Is there a way to add text/link to the right side of the socket area via the child theme functions.php?

    #620304

    Hi!

    In the copyright field put something like this:

    <div class='fl-socket'>Text at the left</div><div class='fr-socket'>Text at the right</div>
    

    Then add this to Quick CSS:

    @media only screen and (min-width: 767px) {
    #socket .fl-socket{ float: left; }
    #socket .fr-socket{ float: right; }
    }

    Cheers!
    Josue

    #626817

    Perfect. Thank you!

    #627032

    You are welcome, glad to help :)

    Regards,
    Josue

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