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: Separating right sidebar from main body

#4030
sovit ranjitkar
Keymaster

@MairiaM To add padding to separate right sidebar Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS and paste the following CSS code:

#primary {
    width: 62.64%;
}
#secondary {
    margin-left: 6.06%;
}

@media only screen and (max-width: 1078px) {
	#primary, #secondary {
	   margin-left: 0;
	   width: 100%;
	}
}

Now, Click on Save All Changes Button and Refresh your browser.

Thank you!