Note: this shortcode can help you to create 2 column layouts in a quick and easy way. If you would like to create more advanced layouts/columns then you may wish to try using a plugin.
Using any pipdig theme, it is possible to float text/images to the left/right using our custom shortcodes. See below for an example:
To do this, simply wrap content in the two shortcodes below:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[left] | |
This text goes to the left | |
[/left] | |
[right] | |
...and this text goes to the right | |
[/right] |
Note: Please ensure that the second shortcode includes the closing "/" symbol. e.g. [/left]
By using these shortcodes you can ensure that your layouts are 100% responsive, working perfectly on mobiles too.