Title: Theme customization
Last modified: September 1, 2016

---

# Theme customization

 *  Resolved [giusy1989](https://wordpress.org/support/users/giusy1989/)
 * (@giusy1989)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/theme-customization-17/)
 * Hi,
 * I would like to know why when I put featured image in a page i can see it normally
   in the desktop view but it’s “stretched” on mobile. How can I get good images?
   Do I have to use certains sizes for my images?
    I would also like to know, inside
   a page, how can I delete/hide the data from the post and how can I delete/hide
   the widget section on the right. I’ve already created a “Child theme”. In order
   to fix these issues do I have to buy the theme or can I use the free version?
 * Best regards,
    Giusy

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

 *  Theme Author [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * (@webhuntinfotech)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/theme-customization-17/#post-7486137)
 * Hi,
 * Please provide the site URL.
 * We will assist you for any kind of issue.
 * Thank You
 *  Thread Starter [giusy1989](https://wordpress.org/support/users/giusy1989/)
 * (@giusy1989)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/theme-customization-17/#post-7486185)
 * Hi,
    Site: [http://52.10.196.127/](http://52.10.196.127/)
 * Thank You
 *  Theme Author [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * (@webhuntinfotech)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/theme-customization-17/#post-7486274)
 * **Hi,
    
   
    As we checked its working fine. we already used “img-responsive” class
   for
 * image responsive.
 * Use **835\*428 px** or higher resolution image for page file.
 * To hide the data put below CSS rules into Custom CSS Editor:
 *     ```
       .post_title_con {
           display: none;
       }
       ```
   
 * Save the changes.
 * To remove the sidebar from page follow below instructions:
 * copy **“page.php”** file from your core theme directory and paste into
 * **“Child-Theme”** directory.
 * Now open it into any text editor.
 * and fine below line of code.
 * `<?php get_sidebar(); ?>`
 * and replace with this.
 * `<?php //get_sidebar(); ?>`
 * Save the changes.
 * Let us know for further assistance.
 * Thank You
 *  Thread Starter [giusy1989](https://wordpress.org/support/users/giusy1989/)
 * (@giusy1989)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/theme-customization-17/#post-7486327)
 * Hi,
    It’s working, thanks!
 *  Theme Author [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * (@webhuntinfotech)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/theme-customization-17/#post-7486349)
 * Most Welcome.
 * Thank You

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

The topic ‘Theme customization’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/kyma/2.9.2/screenshot.jpg)
 * Kyma
 * [Support Threads](https://wordpress.org/support/theme/kyma/)
 * [Active Topics](https://wordpress.org/support/theme/kyma/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/kyma/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/kyma/reviews/)

## Tags

 * [images](https://wordpress.org/support/topic-tag/images/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 5 replies
 * 2 participants
 * Last reply from: [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/theme-customization-17/#post-7486349)
 * Status: resolved