I want to Change the position of the Page Titel
-
“I have been searching for days on how to horizontally adjust the spacing of the page title for the category page. Unfortunately, I can’t find this setting and I am asking for your advice.”
Attachments:
You must be
logged in to view attached files.
Hello,
Navigate to Theme Settings -> Page title and change the “Page title size” – https://prnt.sc/zh1oOBGd9XYk
if that will not help you, clarify how exactly you want to adjust the “horizontal spacing”
Kind Regards
Thank you for your response. I am familiar with the setting you suggested, but it is too rough for my preferences. I would like a setting where the page title is pushed all the way to the top and the space between the page title and the category navigation is increased. Alternatively, it would also work to completely disable the page title in the banner and move it to a separate container above the banner. Unfortunately, I haven’t been able to find these settings yet. I look forward to your response.
Best regards, Martin
Hello,
Increase the space between categories and title:
.page-title .title {
margin-bottom: 80px;
}
Push the title at the top:
.page-title {
padding-top: 10px
}
Define those code in Theme Settings -> CustomCSS.
Kind Regards