Unproper giant fonts

Hello Guys!
I have an issue with the most popular post widget on the sidebar.

The fonts suddenly became giant out of the blue. It’s not the plugin because it doesn’t have a setting for that.

It’s always been a small size and it had now changed without me doing anything.

can you please help?

thanks a lot
regards
Isabella
www.boundlessroads.com ( check sidebar homepage)

Hello Isabella,

Thanks for writing in!

Please add following CSS under X > Theme Options > CSS:

.x-sidebar .widget a, .x-sidebar .widget ul li a {
    font-size: 70%;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

1 Like

great thanks a lot :slight_smile:

Glad we could help,

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.