Insert Image

For more information, refer to your theme documentation in …/download.zip/doc/index.html

Task

Insert image in a Featured Page.

Problem

By default the Featured Pages have a padding of 30px on the top and left. This is necessary for textual content; however, if you would like the image to fill the entire Featured Page space, you will need to remove this padding.

Solution

Insert the image using a shortcode:

[feat_img url="http://site.com/image.jpg"]

To apply a link to the image, you’ll need to wrap it like this:

<a href="TARGET URL GOES HERE">[feat_img url="http://site.com/image.jpg"]</a>

Image Requirements

  • Width is 480px
  • Height is 385px

Supported image formats: JPG, GIF or PNG.