When adding an list to sidebar, the numbers are cut off on the left

Posted in: Newspaper
Post count: 1

Hi,

I have a strange problem. When I add and ordered list

    to a sidebar, the numbers are cut off when in double digits.

    Please take a look here: https://www.doggyplanet.co.uk/dog-clippers/

Post count: 23312

Hello tal1481,

It seems that your font-size for that section is too much and that’s why your numbers are cut. You should decrease the font size by using the code below and place it in Theme panel -> Custom CSS area. Another alternative would be to change the font size directly from Widgets section in WordPress.

.widget_text .textwidget{
font-size:13px!important;
}

The result is here -> https://www.screencast.com/t/tGZM6tiZF

Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.