Facing issue while adding banner in contact us page

Posted in: Newspaper
Post count: 11

Hello

On all the posts, there is no gap between header and banner, but on contact us page, there is gap between header and contact us banner. I could not find option to remove this margin.

(No Margin)
https://www.knitpay.org/tour-and-travel-booking-wordpress-plugins-supported-in-knit-pay/

(Margin of around 90px between header and banner)
https://www.knitpay.org/contact-us/

Post count: 35449

Hi,

Usually these gaps can be fixed by adding with tagDiv Composer a margin top on the first row from content in css tab, usually this is set with “-“.
-> https://i.imgur.com/UCFwzUI.jpg for example select the row and set in css tab -48 -> https://i.imgur.com/ZBA10jG.jpg if this is not enough increase the number.

Let me know the results!

Post count: 11

I don’t want to add the margin, I want to remove it from contact us page, kindly guide me accordingly

https://www.knitpay.org/contact-us/

Post count: 35449

Hi, you can edit it with tagDiv Composer, but you need to find the right settings, a faster way is with this custom css
https://i.imgur.com/zPtrud3.png
.contact-us.tdc-header-template .td-main-page-wrap {
margin-top: -88px;
}

Set the code in theme panel> custom code> custom css.
Hope it will help yoU!

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