- This topic has 5 replies, 2 voices, and was last updated 4 years, 2 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Busyness Pro › remove padding and title on pages
how can I remove the padding/ gap above the first block and below the header that apprears on each page?
for example Elementor #290
see link for reference
https://mikethomasgroup.com/
Hello,
Regarding your query, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to remove the gapping below the header.
@media screen and (min-width: 992px)
{.page div#inner-content-wrapper {
padding: 0px
}}
Hope this helps.
If you have further queries, let us know.
Regards.
Thank you.
It worked on all pages except the home page. Still showing page title?
Hello,
We are not clear whether the above CSS helped your entire requirement or not.
Please write your query/ confusion in detail.
Thank you.
that code did work for all padding/ gaps below my header on all pages.
But I have the same issue with padding and gaps on my footers? small white space above footers.
Hello,
Regarding your query, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to remove the gapping above the footer.
.page section.elementor-element.elementor-element-530aa9a0.elementor-section {
padding: 10px;
}
Hope this helps.
If you have further queries, let us know.
Regards.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |