Title: Siva S's Replies | WordPress.org

---

# Siva S

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Need some help with widgets](https://wordpress.org/support/topic/need-some-help-with-widgets/)
 *  [Siva S](https://wordpress.org/support/users/mrsivas/)
 * (@mrsivas)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/need-some-help-with-widgets/#post-3933605)
 * check you style.css
 * widget size may be 100% width
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Responsive] merge two row in responsive grid](https://wordpress.org/support/topic/merge-two-row-in-responsive-grid/)
 *  [Siva S](https://wordpress.org/support/users/mrsivas/)
 * (@mrsivas)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/merge-two-row-in-responsive-grid/#post-3933604)
 * Hi Irdiansyah,
 * Your Responsive Theme have a multiple option for grid size
 * You can find the css code in styles.css under you current theme folder
 * Currently you theme using three rows with class (col-300) , you can change the
   size of the row by changing the class name of any following
 *     ```
       .col-60,
       .col-140,
       .col-220,
       .col-300,
       .col-380,
       .col-460,
       .col-540,
       .col-620,
       .col-700,
       .col-780,
       .col-860 {
         display: inline;
         margin-right: 2.127659574468%;
       }
   
       .col-60 {
         width: 6.382978723404%;
       }
   
       .col-140 {
         width: 14.893617021277%;
       }
   
       .col-220 {
         width: 23.404255319149%;
       }
   
       .col-300 {
         width: 31.914893617021%;
       }
   
       .col-380 {
         width: 40.425531914894%;
       }
   
       .col-460 {
         width: 48.936170212766%;
       }
   
       .col-540 {
         width: 57.446808510638%;
       }
   
       .col-620 {
         width: 65.957446808511%;
       }
   
       .col-700 {
         width: 74.468085106383%;
       }
   
       .col-780 {
         width: 82.978723404255%;
       }
   
       .col-860 {
         width: 91.489361702128%;
       }
   
       .col-940 {
         width: 100%;
       }
       ```
   
 * I hope this could be helpfull to you
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Need some help with widgets](https://wordpress.org/support/topic/need-some-help-with-widgets/)
 *  [Siva S](https://wordpress.org/support/users/mrsivas/)
 * (@mrsivas)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/need-some-help-with-widgets/#post-3933603)
 * i’m unable to find the widgets that occupy two rows in your website
 * `<liclass="widget">`
 * check the old code
 * `<li class="widget">`
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Leaf] Can not show full articles in blog page](https://wordpress.org/support/topic/can-not-show-full-articles-in-blog-page/)
 *  [Siva S](https://wordpress.org/support/users/mrsivas/)
 * (@mrsivas)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/can-not-show-full-articles-in-blog-page/#post-3933602)
 * It may be because of your theme.
    Try to find out the excerpts hard coded inside
   the template

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