"Post (Minimal)" term alignment

Hi there,

How can we make the “Terms” in the posts left-aligned (so that they start where the post excerpt starts too)? No matter what we tried, they’re constantly centred.

Thanks.

Hi @INcroatia,

Thanks for reaching out.
It seems that you are using the Term element, which has the Left and Right margin value auto and that can’t be changed through the settings.
You need to add the following custom CSS code into the Customize > Element CSS of the Term.

$el.x-row
{
    margin:20px 0px;
}

Please remember that the above code will work if copied as it is and doesn’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.

Thanks

Thanks, @tristup :+1:

We are delighted to assist you with this.

Cheers!

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