Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #595106

    Hello there, (1st time post)

    i found several topics on this, but nothing worked for me yet…

    I want to add 2 links in the socket area, see attached picture.

    Site is not public yet, therefore blurred out content:
    The picture is a psd mockup ;-)
    socket_links

    Thanks in advance.

    Best,
    Michael

    • This topic was modified 8 years, 1 month ago by freymi.
    #596038

    Hey freymi,

    Try the following after your copyright info:

    <div style="float:right;">
    <a href="http://yoursite.com/link1">Link 1</a>
    <a href="http://yoursite.com/link2">Link 2</a>
    </div>

    Best regards,
    Rikard

    #596849

    Hello,

    I have the same problem that Freymi (I would like two links on the right) but your solution Rikard doesn’t work.
    I have the links close to the copyright on the left.

    © 2016 Tous droits réservés – MAFIL [nolink] <div style=”float:right;”> Link 1 Link 2 </div>

    Can you help me please?

    Thanks

    Claire

    #596868

    Hey!

    Please go to Appearance > Menus and create a new menu and check “Enfold footer menu” under Menu settings :)

    Best regards,
    Yigit

    #597199

    Thanks Yigit, your solution worked! :-)
    Can i edit the postition of these menu items?
    Right now, they are on the left side. Can i move them to the right? And Copyright stays on the left side.

    #597520

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #socket .sub_menu_socket {
        float: right !important;
    }

    Regards,
    Rikard

    #600631

    Thanks, worked perfectly.

    #600634

    Hey!

    Glad we could help :) We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/

    Best regards,
    Vinay Kashyap

    #600672

    One more question ;-)

    We’d like to increase footer bar height. Edit: socket bar height
    I find hundreds of support entries, but everyone seems to want it smaller, we need it bigger!

    • This reply was modified 8 years ago by freymi.
    #601057

    Hi,

    Try the following as well:

    #socket {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    Thanks,
    Rikard

    #603127

    Thanks again, worked perfect.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Add links to socket section’ is closed to new replies.