Category Top Posts Grid Style customisation

Posted in: Newspaper
Post count: 49

I have two categories (“Aphorisms” and “Comics”), for which in the Theme Panel > Categories, at the drop down menu “Category Top Posts Grid Style” I choose:
1. for “Aphorisms” > Grid Style 5 – Black Middle
2. for “Comics” > Grid Stle 2 – Colours

They are ok, but I would like, if possible, to have what I think is the “Meta-Info-Container” (the text with the category label, the author name and the date) of the second (Grid Stle 2 – Colours) centred as for the first category.

Post count: 23312

Hello beppepicaro,

Provide some useful screenshots of your desired changes for a better understanding!

Thanks.

Post count: 49

Sorry I didn’t think about it before, here is a link to a screenshot:

https://prnt.sc/kq3ynp

Post count: 23312

Hi,

Try to use the code below and place it in Theme panel -> Custom CSS area.

.td-grid-style-2 .td-meta-info-container {
top: 20%!important;
text-align: center;
}

The result is here -> https://www.screencast.com/t/gtOFxAsu4E

Thanks for the message!

Post count: 49

Thank you, that works perfectly!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.