Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Border is cutting off

Tags:

html

css

As you can see on the screenshot below, in my sidebar the right border of "KULTUR" is cutting off. Its always at the last element of the row.

enter image description here

I have tried to change margins and paddings but it's not working unfortunately.

Here is the URL to my website: http://holmsbuopplevelser.dahlsdata-test.com

It's in the right sidebar if you scroll down a bit.

Thanks in advance!

like image 242
dahlsdata-tahira Avatar asked Mar 17 '26 00:03

dahlsdata-tahira


1 Answers

Try this:

.widget_categories li{
   display: inline-block; //rather display:inline
}
like image 183
Taniya Avatar answered Mar 18 '26 16:03

Taniya



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!