Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1141027
    tonylees
    Participant

    Hi,
    Sorry but that has no effect

    Thanks
    Tony

    #1141037
    Christopher
    Moderator

    Hi there,

    Please update these codes :

    @media only screen and (max-width: 768px){
    @media only screen and (max-width: 768px){
    /* Show caption on hover */
    #envira-gallery-wrap-49 .envira-gallery-item-inner:hover .caption { 
    font-size:10px;
    opacity: 1;
    
     }
    
    /* Position caption and hide it by default */
    #envira-gallery-wrap-49 .envira-gallery-item-inner .caption {
       opacity: 0;
       position: absolute;
       top: 30%;
       left: 15%;
       transform: translate(-30%,-15%);
       
    }
    }
      @media (max-width:767px){
    a.x-btn.btn-on-white-bg {
        margin-bottom: 13px;
    }
    }
    @media (max-width:480px){
    a.x-btn.btn-on-white-bg span {
        font-size: 15px !important;
    }
    }
    @media only screen and (min-width: 767px) and (max-width: 1024px) { ..home #x-section-6 .h-resp {
      font-size: 10px !important;
    }
    }
    
    

    To :

    @media only screen and (max-width: 768px){
    /* Show caption on hover */
    #envira-gallery-wrap-49 .envira-gallery-item-inner:hover .caption { 
    font-size:10px;
    opacity: 1;
    
     }
    
    /* Position caption and hide it by default */
    #envira-gallery-wrap-49 .envira-gallery-item-inner .caption {
       opacity: 0;
       position: absolute;
       top: 30%;
       left: 15%;
       transform: translate(-30%,-15%);
       
    }
    }
      @media (max-width:767px){
    a.x-btn.btn-on-white-bg {
        margin-bottom: 13px;
    }
    }
    @media (max-width:480px){
    a.x-btn.btn-on-white-bg span {
        font-size: 15px !important;
    }
    }
    @media only screen and (min-width: 767px) and (max-width: 1024px) {
     .home #x-section-6 .h-resp {
      font-size: 10px !important;
    }
    }
    
    

    Thanks.

    #1141040
    tonylees
    Participant

    HI

    Still no change…

    Thanks
    Tony

    #1141046
    Rupok
    Member

    Hi there,

    There was some glitch on your other code on the customzier. I have fixed them. Let’s check again.

    Cheers!

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