Topic Resolution: Resolved
  • Closed
  • Phil Herwaldt
    Spectator
    31.05.2019 at 00:46 #43708

    I am trying to use the Row/Column Shortcode in the new Evolve+ and it seems like the column shortcode is displaying like a row. When I select three 1/3 columns (4/12) they end up on top of each other instead of displaying horizontally across the screen. I have copied the shortcode below. Can you tell me what I am doing wrong?

    First Column
    Second Column
    third column
    Phil Herwaldt
    Spectator
    Posts: 13
    31.05.2019 at 00:47 #43709

    Oops, I did not expect it to actually display the code! Let me try this again. I removed the [ from the beginning of each of the three sections.

    col_4_component background_color=”” background_color_2=”” background_color_fill=”flat” background_color_linear=”vertical” background_image=”” background_repeat=”no-repeat” background_position=”left top” background_attachment=”scroll” background_attachment_parallax=”no” full_width=”yes” padding=”2rem” class=”” id=””]First Column[/col_4_component]
    col_4_component background_color=”” background_color_2=”” background_color_fill=”flat” background_color_linear=”vertical” background_image=”” background_repeat=”no-repeat” background_position=”left top” background_attachment=”scroll” background_attachment_parallax=”no” full_width=”yes” padding=”2rem” class=”” id=””]Second Column[/col_4_component]
    col_4_component background_color=”” background_color_2=”” background_color_fill=”flat” background_color_linear=”vertical” background_image=”” background_repeat=”no-repeat” background_position=”left top” background_attachment=”scroll” background_attachment_parallax=”no” full_width=”yes” padding=”2rem” class=”” id=””]third column[/col_4_component]

    Roman
    Spectator
    Posts: 3147
    03.06.2019 at 09:43 #43734

    Hi Phil,

    you need to add the col shortcode inside of the row shortcode, as example on this page https://theme4press.com/guide/docs/shortcodes/row-column/#description

    Phil Herwaldt
    Spectator
    Posts: 13
    04.06.2019 at 22:48 #43751

    This worked great. Thanks so much!