Quantcast
Channel: Catch Themes » All Posts
Viewing all articles
Browse latest Browse all 4332

Reply To: Site description panel divin

$
0
0

@redheadanna: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

body:not(.home) .custom-header-content {
	padding:20px !important;
}

@media screen and (min-width:48em) {
	body:not(.home) .custom-header-content {
		padding:70px !important;
	}
}

@media screen and (min-width:56.625em) {
	body:not(.home) .custom-header-content {
		padding:120px !important;
	}
}

@media screen and (min-width:72em) {
	body:not(.home) .custom-header-content {
		padding:210px !important;
	}
}

Let me know if this is what you want!
Kind Regards,
Skandha


Viewing all articles
Browse latest Browse all 4332

Trending Articles