Title: about us section
Last modified: August 24, 2016

---

# about us section

 *  Resolved [crimson31](https://wordpress.org/support/users/crimson31/)
 * (@crimson31)
 * [11 years ago](https://wordpress.org/support/topic/about-us-section/)
 * how to put the feature next to each other in de about us section?
 * [http://www.crimson96.nl/](http://www.crimson96.nl/)

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

 *  [WPShout](https://wordpress.org/support/users/codeinwp/)
 * (@codeinwp)
 * [11 years ago](https://wordpress.org/support/topic/about-us-section/#post-6046118)
 * Hi,
 * You could try to install [https://wordpress.org/plugins/simple-custom-css/](https://wordpress.org/plugins/simple-custom-css/)
   and add this:
 *     ```
       .skills .skill {
         clear:none !important;
         width: 25% !important;
         float: left !important;
         padding: 0 2% !important;
       }
   
       .about-us .col-lg-4 {
        width: 100% !important;
       }
       ```
   
 * Let me know if it helps.
 * Rodica
 *  Thread Starter [crimson31](https://wordpress.org/support/users/crimson31/)
 * (@crimson31)
 * [11 years ago](https://wordpress.org/support/topic/about-us-section/#post-6046137)
 * codeinwp thanks i dont know if i need to link you but how do i do it with other
   sections?
 * like hosting
 * [http://www.crimson96.nl/](http://www.crimson96.nl/)
 *  [WPShout](https://wordpress.org/support/users/codeinwp/)
 * (@codeinwp)
 * [11 years ago](https://wordpress.org/support/topic/about-us-section/#post-6046230)
 * hi,
 * You need to add:
 *     ```
       div#rpt_pricr {
         float: left;
         width: 25%;
         padding: 0 2% !important;
       }
       ```
   
 * and remove those pieces of code:
 *     ```
       <div style="clear:both;"></div>
       ```
   
 * that is added by the widget you used to add that text.
 * Regards,
    Rodica
 *  Thread Starter [crimson31](https://wordpress.org/support/users/crimson31/)
 * (@crimson31)
 * [11 years ago](https://wordpress.org/support/topic/about-us-section/#post-6046231)
 * sorry im not good with codes i know where to place
 * div#rpt_pricr {
    float: left; width: 25%; padding: 0 2% !important; }
 * this but how to remove this
    i dontknow where it stands
 * <div style=”clear:both;”></div>
 * sorry for bad english
    could je tell me ?
 *  [WPShout](https://wordpress.org/support/users/codeinwp/)
 * (@codeinwp)
 * [11 years ago](https://wordpress.org/support/topic/about-us-section/#post-6046246)
 * Hi,
 * From what I can see, all that code for packages is added through a Text widget
   in the Packages section, so you would have to remove that code from the Text 
   widget.
    Let me know if you understand.
 * Regards,
    Rodica

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

The topic ‘about us section’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/zerif-lite/1.8.5.49/screenshot.
   png)
 * Zerif Lite
 * [Support Threads](https://wordpress.org/support/theme/zerif-lite/)
 * [Active Topics](https://wordpress.org/support/theme/zerif-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/zerif-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/zerif-lite/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [WPShout](https://wordpress.org/support/users/codeinwp/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/about-us-section/#post-6046246)
 * Status: resolved