Okay
  Public Ticket #183633
Columns and Visual Editor
Closed

Comments

  • Tim started the conversation

    Whenever I use columns in classic editor, each column vertically aligns to the top as it should, but when I use visual editor and put it in as a shortcode, each column is slightly lower than the first one in the row. This particular issue is arising because I want to use columns in a tab, otherwise I'd just use the built in column layout in visual editor.

  •  8,838
    Tahir replied

    Hey Tim!

    Can you please provide us a url so we can see your issue and possible give some Custom css to rectify it. 

    Cheers


    ThemeNectar Support Team 

  •   Tim replied privately
  •  8,838
    Tahir replied

    Hey Tim!

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

    .wpb_text_column br {
        display: none;
    }
    


    Cheers


    ThemeNectar Support Team 

  • Tim replied

    Awesome, thanks!