Archived topic
ogrodnictwoschlappa.pl - change te logo align too the center
5 replies · Started by Robert on April 27, 2020
Hi
how are You?
I wanna ask:
how can I on: ogrodnictwoschlappa.pl - change te logo align too the center
(now its on the left...)
Kr
Robert
Hi there,
go to Customizer > Layout > Header and set the Alignment to Center
Hi
I did try it already in the past:
Header alignment - Center
but nothing happend.
Even I set it on right: its stil on the left
You have an empty widget in the Customizer > Widgets > Header - can you remove that ?
done!
- I removed it but nothing changed
Add this CSS to your Site:
.site-logo {
margin-left: auto;
margin-right: auto;
}