Content block shortcode example:

This is an example of a content block. You may insert any content you’d like, text, images, video, etc.

Also, you may change the background and set various other options to make it fit your design needs.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.

Here’s a break down of all the content block shortcode options:

  • bg_imagethe link to a background image (where «bg» stands for «background»), if no image is specified the fallback would be bg_color option
  • max_bg_widthwhether to extend the background to its maximum width and only limited by the width of the browser window – (possible values: «yes» and «no»)
  • bg_fixedas the name suggests, the background will stay fixed, will not scroll along with the page (possible values: «yes» and «no»)
  • bg_positionuse the CSS «background-position» property (read under «Property Values» here)
  • bg_repeatuse the CSS «background-repeat» property (read under «Property Values» here)
  • bg_sizeuse the CSS «background-size» property (read under «Property Values» here)
  • parallax_scrollenables and disables parallax scrolling respectively (possible values: «yes» and «no»)
  • bg_colorself explanatory (possible values: whatever CSS acceptable value for color is, more)
  • font_colorcontent text color (possible values: whatever CSS acceptable value for color is, more)
  • content_paddingyou may use the shorthand notation of CSS padding property (more)
  • classadvanced option for those who know how to work with CSS. They could pass a unique class that will apply specifically to this instance of the content_block and thus can be used to apply some custom styling specifically to this instance if so desired