Issue with Page Title Alignment in Category Pages
-
Hi Support Team,
I am experiencing an alignment issue with the Page Title on my category pages compared to the main Shop page.
On the main Shop page, the title is perfectly aligned with the left edge of the content container. However, on product category pages (e.g., https://makue.om/product-category/tablecloth/), there is an unwanted gap on the left side of the title.
Could you please let me know:
What is the best way to disable or remove its width globally via theme settings?
I want the category titles to be perfectly aligned with the left container, just like on the Shop page.
Looking forward to your guidance.
Best regards.
Attachments:
You must be
logged in to view attached files.
Hello,
The category title is offset because there is a “Back” arrow before the title only on category pages, and that arrow has a left margin which pushes the title away from the left edge.
To make the arrow visible, Try to add the following Custom CSS code in Theme Settings > Custom CSS:
.wd-back-btn.wd-style-icon > a {
font-size: 30px !important;
}
If you do not want to show the icon and want to align like the shop page, Try to add the following Custom CSS code in Theme Settings > Custom CSS:
.wd-back-btn.wd-style-icon > a {
display: none !important;
}
Best Regards