Title: teeru@wensolutions's Replies | WordPress.org

---

# teeru@wensolutions

  [  ](https://wordpress.org/support/users/teeru/)

 *   [Profile](https://wordpress.org/support/users/teeru/)
 *   [Topics Started](https://wordpress.org/support/users/teeru/topics/)
 *   [Replies Created](https://wordpress.org/support/users/teeru/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/teeru/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/teeru/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/teeru/engagements/)
 *   [Favorites](https://wordpress.org/support/users/teeru/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 79 total)

1 [2](https://wordpress.org/support/users/teeru/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/teeru/replies/page/3/?output_format=md) 
[4](https://wordpress.org/support/users/teeru/replies/page/4/?output_format=md) 
[5](https://wordpress.org/support/users/teeru/replies/page/5/?output_format=md) 
[6](https://wordpress.org/support/users/teeru/replies/page/6/?output_format=md) 
[→](https://wordpress.org/support/users/teeru/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Clean Corporate] gallery has only 2 columns](https://wordpress.org/support/topic/gallery-has-only-2-columns/)
 *  [teeru@wensolutions](https://wordpress.org/support/users/teeru/)
 * (@teeru)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/gallery-has-only-2-columns/#post-8513998)
 * Hello [@drica100](https://wordpress.org/support/users/drica100/)
 * I am very sorry that i am not clear which section you are referring to since 
   photo gallery options is available in the pro theme only .
 * So please can you post your site URL . and i apologize for the late reply.
 * Hope you understand .
 * Best Regards!!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Clean Corporate] How to increase the size of the logo?](https://wordpress.org/support/topic/how-to-increase-the-size-of-the-logo/)
 *  [teeru@wensolutions](https://wordpress.org/support/users/teeru/)
 * (@teeru)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/how-to-increase-the-size-of-the-logo/#post-8513981)
 * Hello [@drica100](https://wordpress.org/support/users/drica100/)
 * To increase the size of the logo at first go to **Admin Panel / Appearance / 
   Customize / Theme Options > Advanced options / Custom CSS.**
 * Then add the following code there.
 *     ```
       .site-branding img {
           max-height: 200px;
           max-width: 355px;
       }
       ```
   
 * You can adjust the height and width according to your need.
    Hope this will resolve
   your issue.
 * If you have any problem while achieving this result please let us know.
 * Best Regards!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WEN Call To Action] No-style theme by default?](https://wordpress.org/support/topic/no-style-theme-by-default/)
 *  [teeru@wensolutions](https://wordpress.org/support/users/teeru/)
 * (@teeru)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/no-style-theme-by-default/#post-8496597)
 * Hello [@cmyee](https://wordpress.org/support/users/cmyee/)
 * Currently the feature you are seeking for is not available, there is no hook 
   on the plugin to modify the default value but we have your request noted down
   and we will let you know if the feature will be available on the next update.
 * Best Regards!!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[upTown] How to change the height of the header?](https://wordpress.org/support/topic/how-to-change-the-height-of-the-header/)
 *  [teeru@wensolutions](https://wordpress.org/support/users/teeru/)
 * (@teeru)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/how-to-change-the-height-of-the-header/#post-8437060)
 * Hello [@rightshoes](https://wordpress.org/support/users/rightshoes/)
 * To adjust the height of the header ,Please try using the below CSS.
 *     ```
       .site-header {
              height: 96px;
       }
       ```
   
 * I hope this will resolve your issue.
 * Best Regards!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[BoldR Lite] Problem with page look (text under the date)](https://wordpress.org/support/topic/problem-with-page-look-text-under-the-date/)
 *  [teeru@wensolutions](https://wordpress.org/support/users/teeru/)
 * (@teeru)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/problem-with-page-look-text-under-the-date/#post-8433480)
 * Hello [@laurentpierru](https://wordpress.org/support/users/laurentpierru/)
 * Please try using below CSS.
 *     ```
        .post-contents {
           float: none;
       }
       ```
   
 * Regards!!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pixova Lite] Remove yellow line](https://wordpress.org/support/topic/remove-yellow-line/)
 *  [teeru@wensolutions](https://wordpress.org/support/users/teeru/)
 * (@teeru)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/remove-yellow-line/#post-8433376)
 * Hello [@taina015](https://wordpress.org/support/users/taina015/)
 * Yes it is possible to remove the line in other sites. For this i would like to
   suggest the below CSS.
 *     ```
        .blog-intro .intro-title:after, .single .intro-title:after, h1.intro-cta-title:after {
                 display:none;
                 }
       ```
   
 * I hope this will resolve your issue .
 * Regards!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[BoldR Lite] Problem with page look (text under the date)](https://wordpress.org/support/topic/problem-with-page-look-text-under-the-date/)
 *  [teeru@wensolutions](https://wordpress.org/support/users/teeru/)
 * (@teeru)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/problem-with-page-look-text-under-the-date/#post-8432605)
 * Hello [@laurentpierru](https://wordpress.org/support/users/laurentpierru/)
 * To place the text beside the date/author, i would like to suggest the below CSS.
 *     ```
       .post-contents {
           margin-top: -259px;
               margin-left: 95px;
       }
       ```
   
 * You adjust the size according your need.
 * I hope this will resolve your issue.
 * Best Regards!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pixova Lite] Remove yellow line](https://wordpress.org/support/topic/remove-yellow-line/)
 *  [teeru@wensolutions](https://wordpress.org/support/users/teeru/)
 * (@teeru)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/remove-yellow-line/#post-8432513)
 * Hello [@taina015](https://wordpress.org/support/users/taina015/)
 * To remove the yellow line on the homepage at first you need to add the Custom
   CSS through the plugin.
 * You can find many plugin to add custom CSS. Below link is the reference for one
   of the plugin.
 * [Custom CSS](https://wordpress.org/plugins/simple-custom-css/)
 * After installing the plugin you will find the custom CSS in **Admin Panel / Appearance/
   custom CSS.**
 * Here copy and paste below CSS.
 *     ```
       h1.intro-cta-title {
           display: none;
       }
   
       .light-section-heading:after {
              display: none;
              }
       ```
   
 * I hope this will resolve your issue.
 * Best Regards!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove Footer](https://wordpress.org/support/topic/tortuga-remove-footer/)
 *  [teeru@wensolutions](https://wordpress.org/support/users/teeru/)
 * (@teeru)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/tortuga-remove-footer/#post-8357884)
 * I am pleased to know that your issue has been resolved.
 * Best Wishes!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove Footer](https://wordpress.org/support/topic/tortuga-remove-footer/)
 *  [teeru@wensolutions](https://wordpress.org/support/users/teeru/)
 * (@teeru)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/tortuga-remove-footer/#post-8357662)
 * Hello [@nancedelia](https://wordpress.org/support/users/nancedelia/)
 * In order to solve your issues , at first you need to add the Custom CSS through
   the plugin.
 * You can find many plugin to add custom CSS. Below link is the reference for one
   of the plugin.
 * [Custom CSS](https://wordpress.org/plugins/simple-custom-css/)
 * After installing the plugin you will find the custom CSS in **Admin Panel / Appearance/
   custom CSS**.
 * Here copy and paste below CSS
 *     ```
       div#footer-text {
           visibility: hidden;
       }
   
       div#footer {
           background-color: red;
       }
   
       header#masthead {
           background-color: red;
       }
       ```
   
 * I hope this will resolve your issue.
 * Best Regards!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Removing the author part](https://wordpress.org/support/topic/removing-the-author-part/)
 *  [teeru@wensolutions](https://wordpress.org/support/users/teeru/)
 * (@teeru)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/removing-the-author-part/#post-8357634)
 * I am very glad that i could help you with this .
 * Have a great week ahead.
 * Best Wishes!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Removing the author part](https://wordpress.org/support/topic/removing-the-author-part/)
 *  [teeru@wensolutions](https://wordpress.org/support/users/teeru/)
 * (@teeru)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/removing-the-author-part/#post-8357540)
 * Hello [@jeroenk](https://wordpress.org/support/users/jeroenk/)
 * To solve the following issue yo need to create and activate child theme.
 * Child theme reference:
    [Child theme](https://www.smashingmagazine.com/2016/01/create-customize-wordpress-child-theme/)
   [Child theme](https://codex.wordpress.org/Child_Themes%E2%80%9D)
 * After successfully creating and activating child theme, in your parent theme’s
   folder you will see Content-single.php file ,copy this file as it is in child
   theme’s folder.
 *  In line no:39 you will see fololwing block of code:
    `<footer class="entry-footer"
   >`
 * Now you need to remove the code from line no:39 to line no:52. i.e. entire footer
   section.
 * This will remove the Info from the single post .
 * Similarly if want to remove the info that is visible in blog page Please repeat
   the above process .
    But use the content.php file in place of Content-single.
   php . Here remove the code from line no:43 to line no:56.
 * I hope this will resolve your issue.
 * Best Regards!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[craft] Home Page Recent Posts Left Sidebar](https://wordpress.org/support/topic/home-page-recent-posts-left-sidebar/)
 *  [teeru@wensolutions](https://wordpress.org/support/users/teeru/)
 * (@teeru)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/home-page-recent-posts-left-sidebar/#post-8327165)
 * Hello [@davidwiley](https://wordpress.org/support/users/davidwiley/)
 * As i have checked the theme locally sidebar has not been called in the home.php
   file so there is no primary widget area in the customize section .
    So to call
   the sidebar.php file in the home.php file you need to create and activate child
   theme.
 * Child theme reference:
    [child theme](https://www.smashingmagazine.com/2016/01/create-customize-wordpress-child-theme/)
   [child theme](https://codex.wordpress.org/Child_Themes”)
 * After successfully creating and activating child theme, in your main theme’s 
   folder you will see home.php file copy this file as it is in child theme’s folder.
   
   Now you need edit this file that is in child theme’s folder.
 * Now in that file in line no:48 you will see below block of code:
 * `<?php if(is_front_page()) { ?>`
 * Now you can add the follwing code just above it.
 * `<?php get_sidebar();?>`
 * Then you will find the widget area in the customize section and then you can 
   add the text widget to the widget area and add title and text.
 * also you can add the follwing CSS to adjust the padding.
 *     ```
       li#text-10 {
           padding-top: 35px;
       }
       ```
   
 * Hope this will resolve your issue.
 * Best Regards!!!
    -  This reply was modified 9 years, 6 months ago by [teeru@wensolutions](https://wordpress.org/support/users/teeru/).
    -  This reply was modified 9 years, 6 months ago by [teeru@wensolutions](https://wordpress.org/support/users/teeru/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Header image not full width](https://wordpress.org/support/topic/header-image-not-full-width/)
 *  [teeru@wensolutions](https://wordpress.org/support/users/teeru/)
 * (@teeru)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/header-image-not-full-width/#post-8326945)
 * Hello [@courbanlegends](https://wordpress.org/support/users/courbanlegends/)
 * As far as i have checked locally using twenty fourteen theme it worked fine. 
   I uploaded the image of size 1260 × 240 px as it is suggested by the theme.
 * And as i have checked your site, to adjust the header image size , i would like
   to suggest the below CSS.
 *     ```
       .comment-content img[height], .entry-content img, .entry-summary img, img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"], #site-header img {
           width: 1343px !important;
       }
       ```
   
 * I hope this will resolve your issue.
 * Best Regards!!
    -  This reply was modified 9 years, 6 months ago by [teeru@wensolutions](https://wordpress.org/support/users/teeru/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Zerif Lite] White box in Testimonial section](https://wordpress.org/support/topic/white-box-in-testimonial-section/)
 *  [teeru@wensolutions](https://wordpress.org/support/users/teeru/)
 * (@teeru)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/white-box-in-testimonial-section/#post-8310108)
 * Hello [@peggylp](https://wordpress.org/support/users/peggylp/)
 * To remove the empty white box under the middle testimonials, Please use the below
   CSS.
 *     ```
       span#rvam_organization_schema_widget-2 {
           display: none !important;
       }
       ```
   
 * I hope this will resolve your issue.
 * Best Regards!!

Viewing 15 replies - 1 through 15 (of 79 total)

1 [2](https://wordpress.org/support/users/teeru/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/teeru/replies/page/3/?output_format=md) 
[4](https://wordpress.org/support/users/teeru/replies/page/4/?output_format=md) 
[5](https://wordpress.org/support/users/teeru/replies/page/5/?output_format=md) 
[6](https://wordpress.org/support/users/teeru/replies/page/6/?output_format=md) 
[→](https://wordpress.org/support/users/teeru/replies/page/2/?output_format=md)