ol3mon  
                
               
                 
                 
              
                  
                    March 11, 2021,  8:58pm
                   
                   
              1 
               
             
            
              Hi there,
I’m trying to fix the board display on mobile devices but i’m stuck. 
Actually whene the board columns are empty exept the first column with tasks in it, there is no display probleme. But starting to put some tasks in the rest of the columns the display become weired on mobile.
Here is what it looks like with others columns populated with tasks 
Anyone has a fix for this ? 
I tried a custom css file via the customizer plugin but I’m a bit confused 
             
            
               
               
               
            
            
           
          
            
              
                ol3mon  
                
               
                 
              
                  
                    March 11, 2021,  9:00pm
                   
                   
              2 
               
             
            
              The other section are rendered without probleme like : 
             
            
               
               
               
            
            
           
          
            
              
                ol3mon  
                
               
                 
              
                  
                    March 28, 2021, 11:15pm
                   
                   
              3 
               
             
            
              Hi there,
It seems to be affecting chrome mobile browser but on samsung mobile browser things goes fine
Is there someone else getting the same issue with chrome mobile displauing board tasks ?
             
            
               
               
               
            
            
           
          
            
              
                ol3mon  
                
               
              
                  
                    December 24, 2021,  7:16pm
                   
                   
              4 
               
             
            
              In case someone is facing the same issue, I found the solution (thanks @creecros for the hint):
I fixed the issue by editing the file : 
[Kanboard installation Folder]/plugins/Customizer/Template/layout/layout.php
and editing the following line (in head tag) : 
<meta name="viewport" content="width=device-width">
by:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
 
Link to github issue : Link 
             
            
               
               
              1 Like 
            
            
           
          
            
              
                roco5  
                
               
              
                  
                    April 10, 2022,  7:00pm
                   
                   
              5 
               
             
            
              Same problem - Thanks for the fix - can this get into the next Customizer release?
             
            
               
               
               
            
            
           
          
            
            
              i didnt realize i even gave a hint, but it appears i did. updated, but need to make a new release… one of these days ill update the release.