Home Forums WoodMart support forum I want to Change the position of the Page Titel

I want to Change the position of the Page Titel

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #576530

    admin-1084
    Participant

    “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.
    #576643

    Luke Nielsen
    Keymaster

    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

    #576729

    admin-1084
    Participant

    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

    #576761

    Luke Nielsen
    Keymaster

    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

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)