is there any way to get the logo centered like on this website?
Hi jdrakeproductions!
Send us a link to your site and we’ll give you some CSS to use. You can set your reply as private if you wish.
Cheers!
Elliott
here is the link to the site. thanks for the help
Hi,
The link you posted seems to be down? I checked with http://www.downforeveryoneorjustme.com/
Best regards,
Rikard
use my login
Hey!
Add this to your custom CSS.
.logo {
left: 50% !important;
transform: translateX(-50%);
}
Regards,
Elliott
hey elliot
that only moved the logo over and didn’t get it centered. this is what i’m looking for.
logo is centered on chrome but not safari. any ideas?
i changed my mind. i’m going to go with the logo centered and menu underneath option. but would like to get rid of the line in between and raise the menu up a little closer to logo. how would I do that?