Okay
  Public Ticket #237675
Social Icons overlapping in default portfolio style
Closed

Comments

  •  1
    Niklas started the conversation

    Hi! When I'm not using the full width portfolio feature and I add some text and activate all social icons, the icons are overlapping the text (see link).

  •  8,448
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel:

    body #project-meta .nectar-social {
        height: 54px !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  •  1
    Niklas replied

    Thanks :)