New Landing How can we help? Atelier Create Tabs in Modal-view?

Viewing 16 post (of 16 total)
  • Posted in: Atelier
  • #310961
    David Martin – Support
    Moderator
    Post count: 20834

    I have now adjusted to:

    @media only screen and (max-width: 767px) {
    
    	.modal-body, 
    	.modal.in .modal-content {
    	    width: 100%;
    	    max-width: 380px;
    	}
    	
    	.modal-dialog {
    	    min-width: 100%;
    	}
    	
    	.modal-dialog, .modal.fade .modal-dialog {
    	    -webkit-transform: translate(-53%,-65.4%)!important;
    	    -moz-transform: translate(-53%,-65.4%)!important;
    	    -ms-transform: translate(-53%,-65.4%)!important;
    	    transform: translate(-53%,-65.4%)!important;
    	}
    	
    	.spb_tabs .nav-tabs li a {
    	    padding: 10px 0px;
    	    text-align: left;
        }
    
    }

    End result:

Viewing 16 post (of 16 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