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

    Hello, dear talented Enfold staff,
    I tried to put social bookmarks in socket center with these css code:

    #socket .social_bookmarks {
    margin-left: auto; 
    margin-right: auto; 
    position: relative; 
    text-align: center;
    }

    and these css code:

    #socket .social_bookmarks {
    margin-top: 0!important;
    position: relative;
    }

    but none of these css code work…

    Please please please help me out! Thank you very much!

    #340648

    Hi schiou!

    Can you post the link to your website please?

    Cheers!
    Yigit

    #340917

    It’s installed offline with Bitnami WordPress. So, there’s no active online website.
    But here’s the link to the screenshot:
    http://imageshack.com/a/img673/1732/1ICWIW.png

    And, here are the css codes in my theme:

    #socket .social_bookmarks {
    margin-top: 0!important;
    top: 0px;
    position: relative;
    }
    
    #socket .copyright { 
    margin-top: 20px; 
    width: 100%; 
    text-align: center; 
    }
    #socket .sub_menu_socket { 
    margin-top: -20px; 
    }
    

    Thanks! Thumbs up!

    #341315

    Hey!

    Please use this:

    #socket .social_bookmarks {
    float: none;
    text-align: center;
    }
    
    #socket .social_bookmarks li {
    display: inline-block;
    clear: none;
    float: none;
    }

    Cheers!
    Ismael

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