+2 votes
in CMS Tips by (56.5k points)
I have some clickable list items on a page, and Google is complaining that clickable items are too close. How can I increase the link item spacing? I am using the WordPress Kadence theme.

1 Answer

+2 votes
by (73.8k points)
selected by
 
Best answer

You need to log in as admin and add the following CSS code to "Additional CSS" box under the customization of your theme.

li {

padding-bottom: 7px;

}

This code should work with any theme of the WordPress. If you need more space, you can increase the padding value from 7 to a bigger number.  

Related questions


...