Topic Resolution: Resolved
  • Closed
  • Phil Herwaldt
    Spectator
    May 31, 2019 at 12:46 am #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
    May 31, 2019 at 12:47 am #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
    June 3, 2019 at 9:43 am #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
    June 4, 2019 at 10:48 pm #43751

    This worked great. Thanks so much!