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

    Hi

    I want to add some additional text to the socket but have it right aligned – how do I do this?

    Thanks

    #809417

    Hey Picante,
    1. Add the below code to Enfold > General Styling > Quick CSS

    .push-right{
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    }
    @media only screen and (max-width:767px) {
    .push-right{
    position:relative;
    right:auto;
    transform:none;
    }}

    2. Add the below html in Enfold > Footer > Copyrights

    <div class="push-right"> Text you like on the right side </div>

    Best regards,
    Mike

    #809863

    Great – thank you!

    #809886

    Hey!

    Glad Mike could help!
    Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Socket Text’ is closed to new replies.