Title: Image size
Last modified: August 31, 2016

---

# Image size

 *  Resolved [kierantaylor92](https://wordpress.org/support/users/kierantaylor92/)
 * (@kierantaylor92)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/image-size-115/)
 * Hey great plugin thanks a lot
 * when i add an image as content background is there a way to change the size of
   the image and increase the height? thanks
 * [https://wordpress.org/plugins/widgets-for-siteorigin/](https://wordpress.org/plugins/widgets-for-siteorigin/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [kierantaylor92](https://wordpress.org/support/users/kierantaylor92/)
 * (@kierantaylor92)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/image-size-115/#post-7161215)
 * Also am I able to change the font of the byline?
 * thanks again
 *  Plugin Author [Adi Rao](https://wordpress.org/support/users/iamadi/)
 * (@iamadi)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/image-size-115/#post-7161221)
 * Hi kierantaylor92,
 * To setup the styling you want. Follow these steps:
 * 1. In your widget, under Attributes you will find Widget Class. Enter some name
   you want(should be unique & no spaces). For example, let’s say `my-blog-widget`.
 * 2. Now you can add the following custom CSS. A good option to add custom CSS 
   is [SiteOrigin CSS](https://wordpress.org/plugins/so-css/).
 * To change the height:
 *     ```
       .my-blog-widget .iw-so-article-content {
               padding-top: 200px;
               padding-bottom: 150px;
       }
       ```
   
 * Suppose you want to use the _Times New Roman_ font for the byline:
 *     ```
       .my-blog-widget .iw-so-article-content .iw-so-article-byline-above,
       .my-blog-widget .iw-so-article-content .iw-so-article-byline-below,
       .my-blog-widget .iw-so-article-content .iw-so-article-byline-end {
       	font-family: "Times New Roman", Times, serif;
       }
       ```
   
 * Let me know if you run into any problems.
 *  Thread Starter [kierantaylor92](https://wordpress.org/support/users/kierantaylor92/)
 * (@kierantaylor92)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/image-size-115/#post-7161222)
 * Thanks works great!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Image size’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/widgets-for-siteorigin_4cb6f8.svg)
 * [Widgets for SiteOrigin](https://wordpress.org/plugins/widgets-for-siteorigin/)
 * [Support Threads](https://wordpress.org/support/plugin/widgets-for-siteorigin/)
 * [Active Topics](https://wordpress.org/support/plugin/widgets-for-siteorigin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/widgets-for-siteorigin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/widgets-for-siteorigin/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [kierantaylor92](https://wordpress.org/support/users/kierantaylor92/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/image-size-115/#post-7161222)
 * Status: resolved