Okay
  Public Ticket #2314593
Styling Issue
Closed

Comments

  • fredsoneya started the conversation

    Hey i'm struggling with our team profiles, they're all cutting off / not scrolling correctly - see URL and attached video.


    https://drive.google.com/file/d/196sBHNe7a1cfOk0UOBQ86QSAlFh_tcOz/view?usp=sharing

  •  8,992
    Tahir replied

    Hey Again,

    Try turning off the Minification Option in the Plugin settings and check .

    Best 


    ThemeNectar Support Team 

  • fredsoneya replied

    Hey thanks for quick reply, turned off the whole cache plugin even disabled it to test and still experiencing the same issue.

  •  8,992
    Tahir replied

    Hey Again,

    Try cropping the image in the Media Library so that the head doesnt cut off. The image size used is 500x500 . 

    Best 


    ThemeNectar Support Team 

  • fredsoneya replied

    Have cropped but still experiencing the same issue, when you click into a profile on a team member all the text on the left is cut off - the text starts to high up the page, so you can't even scroll...

  •  8,992
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .nectar_team_member_overlay.open {
        z-index: 9999;
    }

    Thanks


    ThemeNectar Support Team 

  • fredsoneya replied

    Thank you so much :) FIXED