October 7, 2015 at 7:13 am
#29116
Theme Horse Support Team
Keymaster
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.