Center Site Title and Tagline

Hi I was wondering if I could have help with figuring out how to center the site title and tagline.

Thank you!

Hello mbk140,
add following line of code in style.css or custom css code option given in rtPanel settings.

.rtp-logo-container .rtp-site-logo {  
    float: none;  
    margin: 0;  
    text-align: center;  
}  

.rtp-logo-container .rtp-site-logo a {  
    float: none;  
}  

.rtp-logo-container .tagline {  
    float: none;  
    text-align: center;  
}

Feel free to ask further support.

Thanks