Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1274544
    Catherine R
    Participant

    Dear Themeco,
    another X site is going online today 🙂
    One small detail: on the phone, the lightbox captions in the Envira Gallery are too long.
    Can I either:
    disable the captions just for the telephone;
    or is there a way that it will fit by using margins?

    thank you.

    #1274546
    Catherine R
    Participant
    This reply has been marked as private.
    #1274608
    Joao
    Moderator

    Hi There,

    To hide the captions on mobile please add the following code to Appereance > Customizer > Custom > CSS

     @media (max-width: 480px) {
    .envirabox-title-float-wrap .child {
    display: none;
    }
    }
    

    Hope that helps

    Joao

  • <script> jQuery(function($){ $("#no-reply-1274544 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>