Related Articles Title and Homepage titles being cut off - make smaller?

Good morning,

Is there a way to make the font for the title of an article smaller in two places:

  1. The Related Articles Section at the bottom of the post. The issue is the title gets cut off. For example: “How to manage a budget…” but it should be “How to manage a budget as a busy mom”. Here’s a page as an example:
    https://simplifiedmotherhood.com/how-to-live-on-one-income-with-a-baby/

  2. On the homepage, if the title is too long, it also gets cut off.
    https://simplifiedmotherhood.com/

Is there a way to either make the font smaller so it fits? Or for the title to drop down to a second line?

I’ve tried searching the forums a couple of different times for this issue but I haven’t been able to find anything. Please let me know if there’s a place I should look!

Thanks.

Good evening

  1. you need this css to decrease font size but by doing this you cant reveal remaining texts that is not visible right now:

.shapely-related-posts .shapely-related-post-title a {
font-size: 15px;
}

  1. Same here, there is a code but you cant reveal remaining text:

.post-content .entry-content .post-title a {
font-size: 24px;
}

What do you mean i cant reveal the remaining text? Is it limited to the number of characters,

Good morning

Yes, unfortunately, this seems not possible without template customization,
the file you need to edit is: shapely\inc\class-shapely-related-posts.php line 190

Okay, thank you for the help in this. Do you all have instructions for how to create a child’s theme somewhere?

Jess

Hello Jess

Yes, you can use this plugin to generate child theme: