Home Forums Pro Themes Busyness Pro remove padding and title on pages

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #131958
    mike30075
    Participant

    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/

    #132087
    wensolutions
    Keymaster

    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.

    #132113
    mike30075
    Participant

    Thank you.
    It worked on all pages except the home page. Still showing page title?

    #132176
    wensolutions
    Keymaster

    Hello,

    We are not clear whether the above CSS helped your entire requirement or not.

    Please write your query/ confusion in detail.

    Thank you.

    #132209
    mike30075
    Participant

    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.

    #132284
    wensolutions
    Keymaster

    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.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.