I have a button at the far right of my header that shows up normally on all regular pages, but from the homepage, the button has extra length on the right (leaving the text off-center). The header is the same across the whole site. How can I fix this?
Hi Susan,
It is because of this custom CSS:
.x-anchor-button .x-anchor-text {
padding-right: 15px;
}
Please remove it. It is added on your homepage Content CSS

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