Okay
  Public Ticket #1080076
Bug with text + image visual composer structure
Closed

Comments

  • Trisquelmedia started the conversation

    After update Salient 8 , image + text structure are overlapped.

    Images attachaded

    In previous versions image width is 35px but now :

    .row .col img:not([srcset]) {
        width: auto;

    }

    Then the image overlaps text


  •  8,999
    Tahir replied

    Hey Again,


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

    .iwithtext .iwt-icon img {
        width: 35px!important;
    }

    Thanks


    ThemeNectar Support Team 

  • Trisquelmedia replied

    Ok! works but in the new release this will be fixed?

  •  8,999
    Tahir replied

    Hey Again,

    Have noted to look into it for upcoming updates.

    Thanks


    ThemeNectar Support Team