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: My Team Page

#29116

Hi Jeff,

Oh! Yes there is an issue in clearfix. We will fix this issue in next version update for now login to your dashboard and go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on Save button:

.clearfix-fourth {
	clear: both;
}
@media only screen and (max-width: 1078px) {
	.clearfix-third-team {
		clear: both;
	}
	.clearfix-fourth {
		clear: none;
	}
}
@media only screen and (max-width: 767px) {
	.clearfix-third-team {
		clear: none;
	}
	.clearfix-half-team {
		clear: both;
	}
}

Thank you for reporting the issue.