Can't align columns

  • Posted in : Read WP
  • depicted
    Participant

    Hi – love the theme and it’s done most things brilliantly but I am struggling with columns.

    I have them on this page http://craftedcopy.com/about/ and where the two columns end the text then either starts next to the left-hand column, or if I put it in its own column (width=”12″) then it doesn’t align on the left hand side.

    Please can you tell me how to get the text going full page and aligned correctly.

    Thanks,
    Dan

    Mehmet S.
    Keymaster

    Hi, you should use row shortcode:

    [column width="12"]
    	[row]
    		[column width="12"]
    			[row]
    				[column width="7"]
    					Put your content here.
    				[/column]
    				[column width="4" offset="1"]
    					Put your content here.
    				[/column]
    			[/row]
    		[/column]
    	[/row]
    	[row]
    		[column width="12"]
    			Put your content here.
    		[/column]
    	[/row]
    [/column]
    

    Thanks

    depicted
    Participant

    Thanks for your help – I’ve done that but now it’s not displaying properly.

    Mehmet S.
    Keymaster

    Try this:

    [row]
    	[column width="12"]
    		[row]
    			[column width="7"]
    				Put your content here.
    			[/column]
    			[column width="4" offset="1"]
    				Put your content here.
    			[/column]
    		[/row]
    	[/column]
    [/row]
    [row]
    	[column width="12"]
    		Put your content here.
    	[/column]
    [/row]
    
    depicted
    Participant

    Thanks, tried that, still not displaying properly

    depicted
    Participant

    Sorted it. Removed the first and last [row] and [column] and seems to be displaying correctly now

    Thanks for your help

    Mehmet S.
    Keymaster

    You are welcome!

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register