Home › Forums › RaidPlanner Discussions › Bug reports › User Profile View CB 1.8 › Reply To: User Profile View CB 1.8
You have a css definition in your template.css at line 1772
.art-postcontent li
has a negative margin. ( margin: 3px 0 0 -15px; ) if you change it to margin: 3px 0 0 0; that will fix the shift problem. I don’t know if that affect anything else…
Comments are closed.