WooCommerce Category "Second Title" Alignment

The “Secondary Title” on all of our product category pages is showing pushed to the right like in the attached screenshots. On mobile they look right, but on desktops, they all look like this. Screenshots show what the back-end HTML is. I have tried Getting it to align left every way I know how. Each page is slightly different in exactly how far over the Secondary Title is, but they are all looking wonky.

Any recommendation would be appreciated. Here is the link to the site on an example page if that helps:

Thanks!




Hi @RecPower,

Thank you for reaching out to us. It looks like the content structuring issue, try wrapping your entire HTML content in a <div style="clear: both;"></div> tag with the clear: both; rule:

<div style="clear: both;">
    <!-- your content -->
</div>

This should fix the issue. Let us know how this goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.