Hi @jamesyesjames,
Yes you can certainly use some CSS to tweak the alignment of the icons if they are not lining up properly. Your theme looks to be adding custom styles to anchor tags on the page.
If you add the following small snippet of CSS to your theme inside of ‘Appearance > Customize > Additional CSS’, the issue should resolve itself:
.single .entry-content a.cd-timeline-icon-link {
position: inherit;
}
Let us know if that helps out!
Thanks CodeParrots,
That fixed the alignment issue but now I have a strange background going on! I think its the link effect from the last timeline post? Any ideas?
THanks for your speedy reply..
Cheers,
James
Hi James,
Try updating the snippet to the following, as it looks like your theme is also targeting :before pseudo elements.
.single .entry-content a.cd-timeline-icon-link,
.cd-timeline-icon-link:before {
position: inherit !important;
}
Feel free to let us know if that works!
Thank you Code Parrots,
Working perfectly – many thanks
Great, no problem all! Glad we could help out and get things in shape for you. If you continue to use the plugin and enjoy it, we would love it if you could take the time to leave us a nice review here in the plugins repository:
https://ww.wp.xz.cn/support/plugin/timeline-express/reviews/
Thanks again and have a great week!