We are looking to center our company logo in an HS quote. Currently, it is justified to the left, by default; to have it centered would give a quote a professional look. Neither I nor my tech guy can figure out how to do it with a child theme or in any settings.
Without being able to access the HTML it's hard to provide specific guidance. If you haven't already, try using margin: auto;, or display: flex; and justify-content: center;.
I would also confirm that it's not aligning center in a div that doesn't necessarily take up the entire width of the page...in which case it's centering, just not where you want it.
Did this post help solve your problem? If so, please mark it as a solution.
Josh Curcio HubSpot support and inbound marketing for OEMs, contract manufacturers, and industrial suppliers. HubSpot Diamond Partner & HubSpot Certified Trainer
Without being able to access the HTML it's hard to provide specific guidance. If you haven't already, try using margin: auto;, or display: flex; and justify-content: center;.
I would also confirm that it's not aligning center in a div that doesn't necessarily take up the entire width of the page...in which case it's centering, just not where you want it.
Did this post help solve your problem? If so, please mark it as a solution.
Josh Curcio HubSpot support and inbound marketing for OEMs, contract manufacturers, and industrial suppliers. HubSpot Diamond Partner & HubSpot Certified Trainer
Yes, we are using a custom quote template. I have been successful in changing everything in CSS thus far that we have wanted except for centering the logo.