How to Put Logo Text in CenterHome › Forums › Iconic One Pro Support › How to Put Logo Text in CenterThis topic has 1 reply, 2 voices, and was last updated 4 years, 5 months ago by Themonic-Support.Viewing 2 posts - 1 through 2 (of 2 total)AuthorPosts May 23, 2020 at 5:09 am #6038 RajaneeshMParticipantI want to do my header logo text in the center so how to do it. I have tried text-align: center in the free version and it’s done but in the pro version its not May 23, 2020 at 8:46 am #6039 Themonic-SupportKeymasterPro version has H1 logo title on home page for SEO. The CSS code to center text based logo is a bit different.Use the following in Customizer -> Additional CSS: .site-header { text-align: center; } .top-header { float: none; } @media screen and (min-width: 767px) { .site-header h1, .site-header h2 { text-align: center; } } .socialmedia { display: none; }AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)The topic ‘How to Put Logo Text in Center’ is closed to new replies.