Okay
  Public Ticket #1275269
Problem with Team Member Scrolling
Closed

Comments

  • Judah Henry started the conversation

    Hello

    When I click on Ruby Rymenmy on our team page, there is a huge mess that pops up of her bio. I need the part of the screen with the bio to scroll. It looks great on my boss's HUGE desktop computer, but with my laptop it is just awful. I had a ticket before and the solution didn't work for desktop (as you can see on my page)

  •  8,470
    Tahir replied

    Hey Again,

    Sorry for the Delay .

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .nectar_team_member_overlay {
        overflow-y: scroll;
    }
    .nectar_team_member_overlay .team_member_details {
        top: 0px !important;
        transform: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Judah Henry replied

    Thank you!