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

    Hello,

    I want to add some extra text in the (Footer) socket and align it to the right. On the left side of the socket, a copyright text is shown and on the right side of the socket the extra text is shown.

    How can this be done?

    Regards,

    Eroic

    #1085320

    Hey Eroic,

    In your copyright, try using this code, just replace Left Text and Right Text:

    Left Text <span>Right Text</span>[nolink]

    then in Enfold > General Styling > Quick CSS, add this css code:

    #socket .copyright {
        width: 100%;
    }
    
    #socket .copyright span {
        float: right;
    }

    Best regards,
    Nikko

    #1085392

    Hi Nikko,

    Thanks.

    Eric

    #1085456

    Hi Eric,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Extra text in socket’ is closed to new replies.