• Resolved 250ml

    (@250ml)


    Hello!

    I was wondering if you could help me with some custom CSS codes for:

    1.) I would like to change the font size of the categories and post date (inkl. the little icons).

    2.) I would like to make a gap between the site numbers, now they are squeezed together.

    Here is my website.

    Thank you in advance!

    Kind regards!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    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.
    Plugin Author RadiusTheme

    (@techlabpro1)

    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

    Plugin Author RadiusTheme

    (@techlabpro1)

    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 🙂

    Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    ok Sir, Thanks too!! I am making this topic resolved.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘css for font size’ is closed to new replies.