New Landing How can we help? Themeforest Theme Support Flexform Top Bar – Text on the left and social media icons on the right

Viewing 8 posts - 16 through 23 (of 23 total)
  • Posted in: Flexform
  • #82411
    jared
    Member
    Post count: 16

    I’m having this issue, I changed the social icons to “large” but now it’s not aligned to the right. I tried the recommended css “.top-bar-menu-right #top-bar-social” > ul {float:right;}

    I’d also like to add some text to the left of the icons like “Follow Us:”

    The site is http://goofballandsuperduck.com/

    #82653
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Adding this to your custom css should work:

    .tb-right ul.social-icons li {
      float: right;
    }

    – Kyle

    #82860
    jared
    Member
    Post count: 16

    That worked, is there a way to add text to the left of the social icons? Like “Follow Us”.

    #82911
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please add text Follow Us just before of social shortcode like example.
    <span>Follow Us</span> [social size="standard" type="twitter,vimeo,facebook"]
    Thanks 🙂
    With Best Regards
    Swift Ideas

    #82919
    jared
    Member
    Post count: 16

    I tried this before the problem is it is in the center not next to the icons. So I added some css to float:right; and now it’s on top of the icons.

    #82953
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    [social size="standard" type="twitter,vimeo,facebook"]<span>Follow Us:</span>

    – Kyle

    #83235
    jared
    Member
    Post count: 16

    goofballandsuperduck.com

    Still the text is pushed to the center.

    #83331
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .tb-right span {
      float: right;
      margin-right: 10px;
    }
    .tb-right ul.social-icons {
      float: right;
    }

    – Kyle

Viewing 8 posts - 16 through 23 (of 23 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