Topic Resolution: Resolved
  • Closed
  • Ronald Janssen
    Spectator
    April 21, 2016 at 11:13 am #26840

    When using some (not all) icons with the section separator shortcode the icon is moved slightly to the right, is there something I can do about that?

    Example:
    http://www.rbojanssen.com/info/

    The briefcase icon isn’t aligned in the middle while the person icon is spot on.

    Denzel Chia
    Moderator
    Posts: 2672
    April 22, 2016 at 7:03 am #26863

    Hi,

    Please use the following codes in Theme Options -> Custom CSS

    .t4p-section-separator .fa-briefcase {
    left: 49.8% !important;
    }

    Thank you

    Ronald Janssen
    Spectator
    Posts: 19
    April 22, 2016 at 8:19 am #26869

    Thx again Denzel, works great. I added the other icons on the same line and works perfect.

    Starting to learn CSS here, haha!

    Denzel Chia
    Moderator
    Posts: 2672
    April 22, 2016 at 9:12 am #26875

    You are welcome!