Help on Lawyer Demo site

Hi there, I uploaded the Lawyer demo site. I removed the vertical logo but now my header and nav bar aren’t centered. Any fix for this? Thanks in advance!

Hi Adrien,

Thank you for writing in, your site requires authentication, please provide us in a secure note so we can take a closer look.

Thanks,

I added a secure note, thanks!

Hi Adrien,

Thank you for the wp-login but I was referring to this authentication:


Thanks,

Sorry, forgot about that one! Sent an additional secure note. Thanks

Hi Adrien,

Thank you for the credentials, please add this to the Theme Options > CSS

.masthead-stacked .x-brand {
	margin-right: calc((50vw - (1170px / 2)) + 1em) !important;
}

That is also the value of page padding that you’re seeing in the left side, having that margin on the logo will offset that page left padding, so it should be centered.

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.