• Resolved embee_studio

    (@embee_studio)


    Hello,
    I’m having a little trouble with a custom theme I’m making. I’m relatively new to wordpress so this might be easy but I can’t find the answer anywhere…

    I’ve created a custom home/splash/landing page and there’s an area that pulls the most recent post into it as a preview of sorts. The problem is when the title of the post is too long and breaks to a second line the second line doesn’t obey the same margin/indentation.

    You can see it here: https://jump-site.com/wordpress/

    I feel like this should be simple but I’m totally stuck… any help would be appreciated.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You should create a Child theme to make your changes. If you do not, all of your changes will be lost if you update your theme.

    Try adding this to the end of your child theme’s style.css:

    .featured_post_title { display: block; }

    Thread Starter embee_studio

    (@embee_studio)

    ahh… that was it… I think I tried everything but that… thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Second line of post title not indented properly’ is closed to new replies.