Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #3352
    omg10
    Participant

    Hello,

    if i use the “Phantom” module i have at the gallery view on my smartphone on the left side a little “I” button for information or something.
    On desktop version it’s hide.

    The “CLOSE” Button is also too big.

    How can i remove the information button and make the close button smaller?

    Thanks.

    #3374
    Rattus
    Keymaster

    i” sign means that image have caption. Tap once on image to see/hide caption on mobile devices.
    To change button size go to edit gallery -> Advanced Settings and add this to Custom CSS:

    .gmPhantom_LightboxNav_CloseBtn span { font-size: 1.1em; }

    Note: this will change button size on desktop and mobile browsers. Set less number for smaller button size (default is 1.2em)

    #3548
    jmilburn15
    Participant

    Hello, I have a similar problem and was not sure where to postit. I would like to reduce the size of both the close and share buttons. They appear too big on smart phones. I followed your instructions above but notivced no change. Please can you help me?

    #3554
    Rattus
    Keymaster

    Above instruction only for Close button. To reduce both buttons use this CSS code:

    .gmPhantom_LightboxNav_CloseBtn span { font-size: 1.0em; }
    .gmPhantom_LightboxSocialShare .gmAddThisShareButton a { font-size: 1.0em; }
    .gmPhantom_LightboxSocialShare .gmAddThisShareButton a:hover { font-size: 1.0em; }
    
    #3600
    jmilburn15
    Participant

    Sorry for the late reply. Many, many thanks, it worked.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Requests and Feedback’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support Forum