Change order on post of More Article and More of Author

Posted in: Newspaper
Post count: 20

Hi all
I will need your help for if I can change the order of
https://screencast-o-matic.com/i/cYQt3qdkk5
I need see 1er More Author and 2nd Article related, it´s possible?
The template it´s Default.

Thanks
Leonardo Grabow

Post count: 35449

Hi,

Unfortunately there is no option for this, but you can use a custom css like this one -> https://i.imgur.com/TSYi17u.png
.td-related-title a:nth-child(2) {
float : left;
}

Or this one -> https://i.imgur.com/mfA9Jp9.png
.td-related-title a:first-child{
float : right;
}

The code need to be set in theme panel> custom code> custom css.

Hope this will help you!
Thank you!

Post count: 20

Thanks Cain 🙂

Regards,
Leonardo Grabow
Buenos Aires – Argentina

Post count: 20

Hi Calin
Sorry for i was review this case.
It´s possible put select a More Author ?
By default, Articule relationed it´s select, i can change what´s the option is select?
It´s possible by css?

Thanks
Leonardo Grabow
Buenos Aires – Argentina

Post count: 35449

Hi,

Unfortunately this can not be achieve only with css, is need for some changes in theme files.

Thank you for your understanding!

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