Home Forums Trusted Pro Featured Services Icons

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #2465
    pqsys
    Participant

    Is there a way to shift the position of the icons? For some reason my icons have shifted away from the center of the circle to closer to the top:

    Shifted Icon

    I would like to be able to shift it back into the center of the circle.

    #2467
    Yazmin
    Keymaster

    It looks like the css may have been changed and the line height possibly removed.

    .featured-post .featured-icon{
    line-height: 80px;
    }

    the code above may fix it, or change 80px to a different value if you need to.

    #2472
    pqsys
    Participant

    It does not seen to have any effect.

    #2473
    Yazmin
    Keymaster

    Let me know the URL of the site please, and I’ll take a look see why this is happening.

    #2474
    pqsys
    Participant

    The site is currently under construction so I will have to set up a login for you to be able to see past the “Under Construction” message.

     

     

    #2475
    pqsys
    Participant

    We are using WordPress

    *details removed

    • This reply was modified 6 years, 5 months ago by Yazmin. Reason: details removed
    #2478
    Yazmin
    Keymaster

    Thanks. I have removed the information you posted. Please do not post any login details in the forum for security reasons.

    If you need to supply any such information in future, please email us or use the contact page.

    #2479
    pqsys
    Participant

    Thank you.

    #2480
    Yazmin
    Keymaster

    The homepage does not have the featured services enabled, so I cannot see them to find the issue.

    #2481
    Yazmin
    Keymaster

    Thanks.

    This css will fix it:

    .featured-post .featured-icon {
    padding-top: 20px;
    }
    #2482
    pqsys
    Participant

    Featured services is enabled. We can view them normally. Do you need access to the backend?

    #2483
    pqsys
    Participant

    Thank you, the fix worked. 🙂

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Featured Services Icons’ is closed to new replies.