hi, it’s possible center the logo only in a specifc page? thanks
Hey Pas7o,
Could you post a link to the page where you are looking to do that please?
Best regards,
Rikard
Hi,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.page.page-id-9 .logo {
margin-left: 50%;
transform: translateX(-50%);
}
If you need further assistance please let us know.
Best regards,
Victoria
ok thanks