Home Forums WoodMart support forum Remove White space after Page Title

Remove White space after Page Title

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #475072

    xealcargologic
    Participant

    Hello, I want to remove the white space between the page title and breadcrumbs in the case of categories and in the case of pages the white space that is between the title and the attached content, do you have a printscreen, thank you

    Attachments:
    You must be logged in to view attached files.
    #475268

    Hello,

    Can you please share the page URL so I will give you the custom CSS code to remove the white space under the page title?

    Best Regards.

    #475273

    xealcargologic
    Participant

    I need for all pages and categories

    #475388

    xealcargologic
    Participant

    We are still waiting for an answer from yesterday, no one answers our question?

    #475397

    Hello,

    Try to add the following custom css code in Theme Setting -> Global custom css section:

    .page-title {
        margin-top: -50px;
        margin-bottom: -40px !important;
    }

    Best Regards.

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