Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi timobock,

    You can use this CSS code to change it:

    @media (max-width: 846px){
    	#course-item-content-header{
    		height: fit-content;
    	}
    
    	body.course-item-popup #course-item-content-header .course-item-search{
    		display: none;
    	}
    
    	#course-item-content-header .course-title{
    		margin-left: 0px !important;
    	}
    
    	body.course-item-popup #learn-press-content-item .content-item-wrap{
    		margin-top: 150px;
    	}
    
    	#course-item-content-header .course-title{
    		display: inline-table;
    	}
    
    }
    
    @media (max-width: 638px){
    	body.course-item-popup #learn-press-content-item .content-item-wrap{
    		margin-top: 210px;
    	}
    }
    
    @media (max-width: 363px){
    	body.course-item-popup #learn-press-content-item .content-item-wrap{
    		margin-top: 270px;
    	}
    }
    Thread Starter timobock

    (@timobock)

    It works. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Formatting on mobile broken’ is closed to new replies.