Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #425312

    Hey Guy,
    I need to add social icons from footer to widget above it. Please refer.
    I copied the code but its breaking like anything.
    Can you please help me??

    #425317

    Hey gupshupdotme!

    Can you please post the link to your website?

    Cheers!
    Yigit

    #425331

    Oopps, sorry for that :D
    http://rc.teamchat.com/controls-admin/

    #425334

    Hey!

    Please add following code to Text widget in Appearance > Widgets – http://pastebin.com/krwK2wSS
    then add following code to Quick CSS in Enfold theme options under General Styling tab

    #footer .social_bookmarks li { clear: none !important; }

    Cheers!
    Yigit

    #425345

    Can you please tell me hoe to center that block, exactly between page???

    #425350

    Hi!

    Please add following code to Quick CSS

    #footer #text-3 {
      padding: 0 115px;
    }

    Best regards,
    Yigit

    #425352

    Hey man,
    It wont work when screen size is small. Wont work responsively. I have added you can check it.

    #425765

    Anything for making it responsive??

    #426015

    Hi!

    Seems like you have used media queries and percentage instead of fixed pixels and that did the job. Except for tablets. You can adjust your code to following one to center it on tablets as well

    @media (max-width: 950px) and (min-width: 600px) { 
    #footer #text-3 {
      padding: 0 40%;
    }}

    Best regards,
    Yigit

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