Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #295825
    Keith Boddy
    Participant

    Hey all!

    Really enjoying the theme!

    Just wondering if anyone has the CSS or tweak to make the ‘Band Members’ (i.e. Team) 5 names / pictures wide instead of just the 4.  The 5th seems to wrap around.  I’m not a huge coder, and I can’t seem to find a way to change from wrapping…  Thanks!

    Keith

    #295835
    Skandha
    Participant

    @ksliver: Hello Keith,

    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,

    Skandha

    #295884
    Keith Boddy
    Participant
    #295935
    Skandha
    Participant

    @ksliver: Hello Keith,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 64em) {
    .team-content-wrapper.layout-four .hentry {
    width: 20% !important;
    
    }
    .team-content-wrapper.layout-four .hentry:nth-child(4n+1) {
    
    clear: unset !important;
    }
    }

    Let me know if this works out!

    Kind Regards,

    Skandha

     

    #295949
    Keith Boddy
    Participant

    Ahha!  You the man!  Looks good. 🙂

    #295984
    Skandha
    Participant

    @ksliver: Hello Keith, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/audioman/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,

    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Team width on landing page’ is closed to new replies.