Okay
  Public Ticket #195324
Header Icons Break in Blog
Closed

Comments

  • Samaz started the conversation

    Can you provide some kind of fix so the header icons don't break in the blog views?  See attached screenshot.


  •  8,470
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel Or on the Visual Composer Css button so the css shows on that page only:

    .iwithtext .iwt-icon {
        top: -26px !important;
    }
    

    Cheers


    ThemeNectar Support Team