Hi,
I’d like to have my logo in the center of my menu like this : http://bucherer.com/fr/montres/audemars-piguet
How can I do this please ?
Thanks,
Omar
Hi omardualtime!
You can use this CSS.
.logo { left: 50% !important; transform: translateX(-50%) !important; }
If your also wanting the menu links to split on either side of it then send us a link to your page and we’ll take a look.
Cheers!
Elliott
Thanks Elliott !