Okay
  Public Ticket #246930
Cant get the visual editor to look like what the page displays.
Closed

Comments

  • Daniel started the conversation

    Im trying to use a table in the visual editor to line up images with text.   It looks correct in the editor but displays wrong on the page.

  • Daniel replied

    Here it is in the editor

  •  992
    ThemeNectar replied

    Hey Daniel!

    Add this into the  custom css box located in your Salient Options panel:

    th, td {
        vertical-align: top!important;
    }
    
    Cheers :)