I am having trouble with the video heading title.
As you can see in this screenshot below the title “The BEST way to shape your baby’s belly button!” is to the left instead of in the center. I’m using the Dawn Theme. HOW DO I CENTER THE VIDEO TITLE? It’s bugging me to the it to the left.
*I have already tried doing all the things the chat ai bot told me to do and it didn’t work for this Dawn free theme.
             
            
              
              
              1 Like
            
            
           
          
            
            
              Hi @rebeccasilva0
Please add this code to Custom CSS of that section.
h2 {text-align: center;}
             
            
              
              
              1 Like
            
            
           
          
            
            
              Hi @rebeccasilva0
Try adding this CSS to the very end of your base.css file and check if it fixes the issue:
h2.title {text-align: center;}
Also, I found this video in youtube, you can watch to find out more: https://youtu.be/QVng2-gGsEo?si=BQT5-fbIKlosvIGa
             
            
              
              
              
            
            
           
          
            
            
              You’re genious! It worked!!! Thank you so much!