Remove White space after Page Title
-
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.
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.
I need for all pages and categories
We are still waiting for an answer from yesterday, no one answers our question?
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.