- This topic has 11 replies, 2 voices, and was last updated 7 years ago by .
Viewing 12 posts - 1 through 12 (of 12 total)
Viewing 12 posts - 1 through 12 (of 12 total)
- The topic ‘Featured Services Icons’ is closed to new replies.
Home › Forums › Trusted Pro › Featured Services Icons
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:
I would like to be able to shift it back into the center of the circle.
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.
It does not seen to have any effect.
Let me know the URL of the site please, and I’ll take a look see why this is happening.
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.
We are using WordPress
*details removed
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.
Thank you.
The homepage does not have the featured services enabled, so I cannot see them to find the issue.
Thanks.
This css will fix it:
.featured-post .featured-icon {
padding-top: 20px;
}
Featured services is enabled. We can view them normally. Do you need access to the backend?
Thank you, the fix worked. 🙂