Team Member Caption
-
Hi how can I get the caption for the posts shown in the “team member section” to be displayed above the featured image instead of below it?
The blog I need help with is foxcompanies.wordpress.com.
The blog I need help with is: (visible only to logged in users)
-
Your site is set to volunteers can’t view it, and you haven’t mentioned what theme you’re using so we can’t check against the theme demo site.
-
-
-
Hi there @foxcompanies, I’m not seeing a “team members” section. I see “join the fox team” but there isn’t any content on that page. I’d be more than happy to help with this if you can point me to the right place.
-
Sorry for the confusion. I am talking about the “properties section” in the Collective theme it is referred to as the “team member section” any help would be greatly appreciated! Thank you!
-
This is the best I can do since your titles on the properties images vary in length (1 and 2 lines). What I have done is to move the images down and the title bars up to the top and have limited this change to 768px wide screens/browser windows using a media query, which is where the theme changes things to a single column. This preserves the responsive nature of the theme for those on tablets and phones. Some of the images on the entries with two line titles is covered by the title bar. If all the titles were the same length (1 or 2 lines) then we could do better.
@media screen and (min-width: 768px) { .featured-team .information { position: absolute; top: 0; } .featured-team .holder img { padding-top: 75px; top: 75px; } .featured-team { margin-bottom: 50px; } }
- The topic ‘Team Member Caption’ is closed to new replies.