raelyn  
                
               
                 
                 
              
                  
                    August 15, 2024,  6:32am
                   
                   
              1 
               
             
            
              Hey! I would like to use this template (https://marketplace.weweb.io/projects/3466cb92-035b-4b48-9866-10fa61eb5ef0/ ) i found in the marketplace, but I would like to add an extra step. But when I try to add that extra step (from 3 steps to 4), the progress bars get messed up.
The original: 
What I have now: 
How do I get the progress bar I’m selecting to flush to the left?
             
            
               
               
               
            
            
           
          
            
              
                jptrinh  
                (Jean-Philippe Trinh)
               
                 
              
                  
                    August 15, 2024,  7:22am
                   
                   
              2 
               
             
            
              Hi @raelyn  ! 
I think that would fall under the parent’s properties. You can set its Justify property to flex-start and add some column-gap. 
 
And then, from how the component is built, you’ll need to adjust the Progress bars width and positioning.
             
            
               
               
               
            
            
           
          
            
              
                raelyn  
                
               
                 
              
                  
                    August 17, 2024,  9:36am
                   
                   
              3 
               
             
            
              Heyhey! So I tried to justify left but the second progress bar doesn’t seem to flush to the left still. Any suggestions? 
The parent container: 
The progress bar:
             
            
               
               
               
            
            
           
          
            
              
                jptrinh  
                (Jean-Philippe Trinh)
               
                 
              
                  
                    August 18, 2024,  8:37am
                   
                   
              4 
               
             
            
              You’ll need to tweak the left position of each Progress bar, using percentages to make it responsive  
             
            
               
               
              1 Like