Site logo

Archived topic

alignment and font size issue

7 replies · Started by liz on September 26, 2022

Viewing posts 1–8 of 8

Hi,

The first sentence in the excerpt on the homepage is indented and not aligned to the left. [ link to the website is in the private info field so you'll see what I mean] Also, if you don't mind, could you tell me how to make the font size smaller for the recent post titles? I tried to change the size in the customizer but it's not working. Thank you.

Hi Liza,

For the indentation, it seems that there's actual space characters in the excerpt. Can you check the actual posts, and see if there's unwanted spaces there?

As for the font-size, can you try placing that widget inside a GB Container Block and set the font-size there?

Hi,

I have already checked but did not see any unwanted spaces in the actual post. Regarding the font size [recent post titles] I tried to put the widget inside a Gb container block [using the element section] but there is no option to change the font size. Thanks, the link to the site is in the private info field.

Thanks,Ying. I would also like to apply a smaller font size on mobile for the recent post section.Thanks

We can add a media query to the CSS so it only applies to mobile:

@media (max-width: 768px) {
    .widget-area a.wp-block-latest-posts__post-title {
        font-size: 12px;
    }
}

Thank you, Ying.

No problem :)

This archived topic is closed to new replies.