- This topic has 4 replies, 2 voices, and was last updated 5 years, 6 months ago by DMediaWeb.
Viewing 5 posts - 1 through 5 (of 5 total)
- AuthorPosts
- April 27, 2019 at 9:35 pm #11901DMediaWebParticipant
Hello – Love the Total theme, thank you! We have only 2 team members to display on the Home page Our Team section in Total theme. Can you tell me the CSS to get the columns to display only 2, not 4?
April 27, 2019 at 10:51 pm #11903HashKeymasterHi,
Here is the CSS code. With this, the team member will show in 2 columns but will appear big. Or you can do it easily with our premium version.
.ht-team-member {
width: 48%;
}April 29, 2019 at 8:13 am #11937DMediaWebParticipantThank you! This was the perfect solution to desktop—looks like 2 columns now, not 4. But now the images are super small in mobile view (looking on iPhone in Safari). Before this change, the images were perfect on mobile. Is there different CSS to fix the mobile view?
May 2, 2019 at 9:06 pm #11987HashKeymasterYes, add this CSS as well
@media screen and (max-width:580px){ .ht-team-member { width: 98%; } }
May 3, 2019 at 12:02 am #11990DMediaWebParticipantThank you that worked great! You guys are awesome!
- AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.