New Landing How can we help? Themeforest Theme Support Pinpoint Center social icons in header

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Pinpoint
  • #129048
    treasurevictory
    Member
    Post count: 9

    I’m trying to center the social icons below the logo in the header of my website. I already modified the php file so the social icons are appearing in the middle column below the logo, but the icons are aligned to the left of the column (instead of properly centered). I’ve been trying a number of different CSS modifications but am not having any luck– can you help with this? Thanks in advance.

    #129082
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .logo-center .social-wrap {
        
        margin-left: 80px !important;
      
    }

    Thanks
    Mohammad

    #129272
    treasurevictory
    Member
    Post count: 9

    Thanks! This works when viewing the site full-size on a desktop, but if I shrink the browser/ use the mobile version the same issue as before happens. Do you know how to make it responsive?

    I tried a number of things… putting in text-align: center and float: center, which did nothing, and tried defining the margin as a percentage or em, which did the same thing as the fixed px margin. I also tried adding in position: relative !important. Not sure what else to try, if you can help that would be great. Thanks again.

    #129280
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove last code and use new code:-

    ul.social-icons-small{
    display:inline-block !important;
    }
    .logo-center .social-wrap {
        margin: 0 auto !important;
        text-align: center;
        max-width: 300px !important;
        position:relative !important;
        height:25px !important;
    }

    Thanks
    Mohammad

    #129286
    treasurevictory
    Member
    Post count: 9

    Awesome thank you! Looks great.

    #129287
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. I’m glad that issue resolved.
    Thanks 🙂
    With Best Regards
    Mohammad

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register