badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Gap between header and body

#23736

Hi Eward,

Use padding left and right in %. You can try below CSS code for #main:


#main {
  padding: 20px 2.97% 10px;
  margin: 30px 0;
  background-color: #fff;
}

Thank you!