Hi XTemos Team,
I’m currently experiencing an issue where my homepage layout differs from the rest of my site when using the WoodMart theme.
Here are the specific problems:
1. Extra Top Bar on Homepage Only
An additional top bar appears on the homepage, which is not present on other pages. I was only able to hide it temporarily using this custom CSS:
css
Copy
Edit
.home .whb-top-bar-inner {
display: none !important;
}
This workaround works, but I believe there might be a deeper issue or misconfiguration in the header settings.
2. Logo Alignment
The logo appears centered on all other pages, as intended. However, on the homepage, the logo is left-aligned and does not appear centered. I also attempted to adjust this using custom CSS, but it either breaks the layout or makes the logo disappear.
Thank you so much for your help.
Best Regards