Remove Indent from Post Title

The Pro theme is my favorite theme. I use it on 100+ websites and WordPress/WooCommerce stores.
There is a new site that has a strange thing occurring. I have tried to correct this with css but so far have been unsuccessful.
The post titles are indented on a category page. I would like the titles to be positioned toward the left. You can see what is happening at the following link. I will also try to upload a screenshot.

Thank you in advance for the help!

Hey Jon,

Thanks for writing in! Kindly check out this old thread:

Use the CSS code but remove the .single-post

Hope this works out for you.

Perfect! That did the trick.
I will add the code here in case someone else needs to refer to it in the future.
.entry-title i.x-framework-icon.x-entry-title-icon {
display: none;
}

You are most welcome, Jon.

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