Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Aligning an :after pseudo-element in a list Reply To: Aligning an :after pseudo-element in a list

#296991
vulkanus
Participant

Hi,

remove: top: 50% from .withlinks li a:after{
add:

margin-top:12px;
right: 10px;
display: inline-block;

try it