• Resolved meyouth

    (@meyouth)


    Hi all, I downloaded the Indus theme which is working pretty well but can’t figure out how to get rid of extra spacing above where it says “Clients”

    Here is the website: https://www.rockandel.com/

    I’d also love to get rid of the extra spacing below the header “Industries Served” here – can’t figure it out:

    https://www.rockandel.com/?page_id=79

    Any ideas on what I need to add or change in the CSS file to fix the spacing issues here? This is a premium wordpress theme, but the support is not great, and docucmentation is not straight forward at all so haven’t been able to reach the theme designer to get their assistance on this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Per the forum guidelines we don’t generally support commercial products, but you might try this CSS:

    /* remove extra space above 'Clients' */
    .tp-aboutus {
        margin-bottom: 0 !important;
    }
    .trusted-section {
        padding-top: 0 !important;
    }
    
    /* remove extra space below heading */
    .page-id-79 .tp-heading-title {
    	margin-bottom: 0;
    }
    Thread Starter meyouth

    (@meyouth)

    Perfect, that worked. Thank you! Didn’t realize we weren’t supposed to add requests for commercial themes – sorry about that.

    No problem; glad it worked.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing extra spacing in theme’ is closed to new replies.