Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #524570

    Hello,

    I need help moving my social icons from the socket bar to the footer. I have four social icons. They are now the correct size and shape that I want them in. I want to delete the socket bar at the bottom and have the icons placed in the footer itself.

    I also want to position my copyright line separately in the footer, but I can’t figure out how to give it its own line. Right now I have it positioned at the bottom of the second column. I added it to the widget, as that was the only way I knew how to include it in the footer.

    Thanks for any help you can give…and sorry if I’m posting this question in the incorrect place. I’m new at this.

    Skye

    #525061

    Hey SkyeElle!

    Add this to your custom CSS.

    #socket .social_bookmarks {
        bottom: 80px;
        position: relative;
        right: 0;
    }

    I’m not sure what you mean about the copyright text though. Can you take a screenshot and highlight what your trying to do with it?

    Cheers!
    Elliott

    #525876

    Hi Elliott,

    Thank you so much for your help. That worked perfectly for the social icons.

    For my copyright line: I’d like to center it between column 1 and column 2 at the bottom of the footer.

    Right now it’s a line of text that I added to column 2 in the footer widget. I didn’t know how else to move the copyright line from the socket bar to the footer.

    If you tell me how to send a screenshot privately, I will include an image so you can see what I mean.

    Thanks again.

    #526563

    Hi,

    Not sure how you managed to get the copyright text out of the socket? Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #527147

    Hello Rikard,

    I’ve included my website address in the private section. You can see the footer there.

    I want the copyright line to be centered at the bottom of column 1 and column 2. Right now it’s included in column 2 as a line of text as if it’s a menu heading. How do I move it?

    Also, I have a new problem with the social icons:

    Now that I’ve moved them to the footer, I no longer need the socket bar at the bottom of my site, but when I use the Enfold settings to change the footer to “Display only the footer widgets (no socket)” it deletes the social icons from my footer. I want the social icons in the footer as they are now, but I don’t want the socket bar at the bottom of my site anymore since there’s nothing in it. Please advise.

    Thanks again,
    Skye

    #527572

    Hi!

    Please add following code to Quick CSS

    @media only screen and (min-width: 1024px) {
    #footer #text-7 {
        right: 80%;
    }}
    .widget .social_bookmarks li { clear: none !important; }
    .widget .social_bookmarks li a { border-radius: 100px !important; }

    Please remove socket and add following code into text widget in footer – http://pastebin.com/MAfVAz5d

    Best regards,
    Yigit

    • This reply was modified 9 years, 8 months ago by Yigit.
    #528305

    Hi Yigit,

    Thank you — that helped solve the problem of the copyright line in the footer.

    However, when I copied and pasted the pastebin info into a text widget in the footer, it created very strange-looking social icons. They were square shaped instead of round, and the bottom half of the square was cut off for all 4 of my icons.

    I guess I’m just stuck with the empty socket bar at the bottom of my site. I don’t want to change the size and shape of the social icons from what they are now.

    Thanks anyway.

    Skye

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Moving social icons to footer & positioning copyright line’ is closed to new replies.