New Landing How can we help? Themeforest Theme Support Dante Social icons not shown on mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #44520
    ianlim2000
    Member
    Post count: 2

    I have enabled Top Bar. The social icons shown without any problem on my laptop.
    But once I tried to view it in my mobile phone. The top bar and social icons is invisible without any reason. Is there any methods to make it visible, and works in mobile platform as well?
    Thanks.

    #44536
    Hapexi
    Member
    Post count: 17

    I have same issue.. Or rather the top bar goes to somekind of “mobile mode” and outputs a totally different element. I would like to keep the same that is on the desktop.

    #44605
    Tahir – SUPPORT
    Member
    Post count: 1212

    Hi ,
    Its not an issue. But its built to act that way. I am sure Ed-Developer can put in the additional options in the next update as its not currently available.

    Thanks
    Tahir

    #44704
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    You can enable this on mobile with the following custom css:

    @media only screen and (max-width: 767px) {
    #top-bar .tb-left, #top-bar .tb-right {
    	display: block!important;
    }
    }

    Hope that helps!

    – Ed

    #44724
    ianlim2000
    Member
    Post count: 2

    Hi,

    It works! thank you so much.
    But I do notice the alignment problem in mobile. Can I swift the social icons to the right without any padding on right hand?
    Thanks.

    #45292
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hey, can you let me see your site so I can check how it looks now? I’m sure we can give you custom css 🙂
    Maybe this works already:

    @media only screen and (max-width: 767px) {
    #top-bar .tb-left, #top-bar .tb-right {
        display: block!important;
    float: right!important;
    }
    }

    If not, can I see your site?

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