• Resolved jamesyesjames

    (@jamesyesjames)


    Hello!
    Thanks for your good work on this Plugin.
    The icons are not centering for me and are being aligned to the left.
    If there a quick fix in the CSS for this?

    Many thanks,
    James

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Code Parrots

    (@codeparrots)

    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!

    Thread Starter jamesyesjames

    (@jamesyesjames)

    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

    Plugin Contributor Code Parrots

    (@codeparrots)

    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!

    Thread Starter jamesyesjames

    (@jamesyesjames)

    Thank you Code Parrots,

    Working perfectly – many thanks

    Plugin Contributor Code Parrots

    (@codeparrots)

    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://www.ads-software.com/support/plugin/timeline-express/reviews/

    Thanks again and have a great week!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Icons locations error’ is closed to new replies.