Row Shortcodes issue

  • Posted in : impressivCard WP
  • Romain
    Participant

    Hi,

    I’d like to include 3 columns under the about me page :

    I put the existing content into [row] About me page 3 columns code [/row]

    and I added a second row under with:

    [row]
    	[column width="4"]
    		[resume_group title="xxxx"]
    			[history_unit]
    				content here
    			[/history_unit]
    		[/resume_group]
    	[/column]
    	[column width="4"]
    		[resume_group title="xxxx"]
    			[history_unit]
    				content here
    			[/history_unit]
    		[/resume_group]
    	[/column]
    	[column width="4"]
    		[resume_group title="xxxx"]
    			[history_unit]
    				content here
    			[/history_unit]
    		[/resume_group]
    	[/column]
    [/row]
    

    And it doesn’t work, the left side disappear.

    Thanks for your help.

    R.

    Mehmet S.
    Keymaster

    Hi,

    Use it like this:

    [column width="12"]
    	[row]
    		[column width="4"]
    			[resume_group title="xxxx"]
    				[history_unit]
    					content here
    				[/history_unit]
    			[/resume_group]
    		[/column]
    		[column width="4"]
    			[resume_group title="xxxx"]
    				[history_unit]
    					content here
    				[/history_unit]
    			[/resume_group]
    		[/column]
    		[column width="4"]
    			[resume_group title="xxxx"]
    				[history_unit]
    					content here
    				[/history_unit]
    			[/resume_group]
    		[/column]
    	[/row]
    [/column]
    

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘impressivCard WP’ is closed to new topics and replies.