Working on an app at and encountering an issue with the main container not clearing floats, causing overflow on the content.
Attempted to use this CSS:
.clearfix:after {
content:"";
display: table;
clear: both;
}
Added the class to the main container but still facing float clearing issues.
Struggling to get the main container to fully wrap tabbed content. Any assistance would be greatly appreciated.
Apologies for using "!important" tags in CSS; necessary for future maintenance once app transitions from static page to WordPress theme of main site.