New Landing How can we help? Themeforest Theme Support Dante Share text on small mobile devices

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #101639
    Levelbreak
    Member
    Post count: 15

    Hi,

    Can I just get the text β€œShare” as div.share-text beside the buttons when the screen is small and dont have any text at all?

    Thanks in advance!

    #101905
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-
    @media only screen and (max-width: 767px) {
    div.share-text{display:none}
    }
    Thanks πŸ™‚
    With Best Regards
    Mohammad

    #102030
    Levelbreak
    Member
    Post count: 15

    Sorry, I wrote that quite confusing.

    I want the text “Share” to always be visible. From smallest mobile screen, widest desktop version.

    #102173
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url so i can provide exact solution.
    Thanks πŸ™‚
    With Best Regards
    Mohammad

    #102175
    Levelbreak
    Member
    Post count: 15
    This reply has been marked as private.
    #102176
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove last one use this custom css code:-

    @media only screen and (max-width: 767px) {
    div.share-text{display:block !important;}
    }

    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