Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #9224
    pomsaad
    Participant

    my site is http://www.saadiakiyani.co.uk, is it possible that when people click on the image in the gallery on the photography projects page. that the text size or width of text box in lightbox can be changed in the plugin????

    Attachments:
    You must be logged in to view attached files.
    #9226
    Rattus
    Keymaster

    Try paste code below to the Custom CSS field of your gallery (only for Phantom module):

    .gmPhantom_Details .gmPhantom_description p {
        font-size: 16px;
        line-height: 120%;
    }
    #9230
    pomsaad
    Participant

    that has worked, but can the text box be made wider too? that would be the icing on the cake :)

    #9243
    Rattus
    Keymaster

    Add code below to Custom CSS field:

    .gmedia-phantom .mfp-description {
        position: relative;
        left: 50%;
        width: 80vw;
        transform: translateX(-50%);
    }

    80vw – means 80% of window width. You could change this number to fit your needs.

    #9260
    Pablo
    Participant

    Those codes aren’t working for me in phantom PRO :/

    Already figured it out thank!!

    #9264
    pomsaad
    Participant

    I can’t access the box to put the code in as something funny has happened, have posted in trouble shooting area

    Attachments:
    You must be logged in to view attached files.
    #9279
    pomsaad
    Participant

    what was it, won’t work for me either

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