- This topic has 4 replies, 2 voices, and was last updated 5 years, 5 months ago by .
Change Verb Pro Header
You must be logged in to reply to this topic.
Hello, I will like to know if is posible that the header logo of the site appear in the center of the header instead of the left. Could you guide me step by step?
Hello @Asln,
Could you please share with me (temporary) administrator credentials to your site?
Please do not forget to mark reply as private.
Cheers,
Piotrek
In order to get it to work, you should add some CSS code to your Appearance > Customize > Additional CSS. You can add the code below:
.header .row{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
I hope the above is useful to you.
Thanks,
Piotrek
You must be logged in to reply to this topic.