Okay
  Public Ticket #283544
Layout problems with default portfolio item
Closed

Comments

  •  1
    Niklas started the conversation

    Hi! If you take a look at the page you see two problems I have:

    • Because I added more then 4 social-media-icons, they are moved to a second line. The problem is that the second line now is far to close to the text.
    • The text in the sidebar moves behind the comment are. I'm using the discus plugin but that occurs without it, too.
  •  8,840
    Tahir replied

    Hey Nikal!

    Add this into the Custom CSS box located in your Salient Options panel :
    #project-meta ul, #project-meta .nectar-social {
        height: auto !important;
    }

    Also you seems to be using BWM plugin. You'll need to do is remove font awesome from the minification see screenshot: http://i.imgur.com/BfjmlIq.png  . 

    Thanks


    ThemeNectar Support Team 

  •  1
    Niklas replied

    Thanks! I removed font awesome from the minification :)