Hello,
Thanks for using our plugin write the following CSS in Appearance => Customize => additional CSS
.rt-tpg-container .layout1 .rt-holder .post-meta-user {
font-size: 16px;
}
2nd point which one you mean pagination? can you send me a screenshot?
Thanks
Thread Starter
250ml
(@250ml)
Hello @techlabpro1,
thanks for your quick reply.
1.) That works perfectly!
2.) Yes, I mean the pagination. Here is a photo.
3.) The buttons <<zum Artikel>> are not in the same height/line. How can I fix that the button stays in the same position for all posts? Here is a photo.
Thank you in advance!
Kind regards!
-
This reply was modified 4 years, 11 months ago by
250ml.
Hello,
Write this CSS
For point 2
.rt-pagination .pagination>li>a, .rt-pagination .pagination>li>span {
margin: 0px 2px;
}
For point 3
You can set title character limit or use the following CSS to add a min-height
.rt-tpg-container .layout1 .rt-holder .rt-detail h2 {
min-height: 60px;
}
Let me know how it work.
Thanks
Thread Starter
250ml
(@250ml)
Hello,
thank you for your reply. The pagination worked. Point 3 didn´t, but I changed font size so it looks like I wished.
I have one more request:
Is it possible to indent the column on the left and right so that it doesn’t look stuck on. So that the text part and the buttom moves away from the edge. Not sure if I explained it right.
I put a photo here, that you can see what I mean. https://ibb.co/Pr0P69V
Thank you for your help,
kind regards
Hi,
You mean Left and Right Padding write this CSS
.rt-tpg-container .layout1 .rt-holder .rt-detail {
padding: 15px 20px;
}
Thanks
Thread Starter
250ml
(@250ml)
Hi,
thank you so much for your help. It worked perfectly.
Have a nice day
Kind regards 🙂
Hello,
ok Sir, Thanks too!! I am making this topic resolved.
Thanks