Title: adding padding and
Last modified: April 7, 2019

---

# adding padding and

 *  [liefdessafari](https://wordpress.org/support/users/liefdessafari/)
 * (@liefdessafari)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/adding-padding-and/)
 * Hello all,
 * To further fine-tune my page i have come across three layout issues i would like
   to resolve.
 * 1) i would like to add space to the widget area on the right, so that it isn’t
   so close to the main text. In [this](https://vanuitverbinding.nl/contact/) case
   it is to close to the contact form. But it is true for all pages with this make-
   up. I think it is padding that i need, but maybe there is a smarter option?
 * 2) I wonder if it is possible to remove the widget on [this](https://vanuitverbinding.nl/seksuele-vorming/)
   specific page, so that the grid has space to become 4 wide, instead of the 3 
   it is now.
 * 3) if you look at my home-page, you can see the third panel (with the circular
   images) has a lot of text per grid item. Too much text if you ask me. Is there
   a way i can show less text on the home page for this panel (say 4 or 5 sentences
   for each child page), without having to alter the amount of text on the child
   pages for example [this page](https://vanuitverbinding.nl/seksuele-vorming/fabels-en-feiten-van-maagdelijkheid/)
   one?
 * Thank you,
    sabine

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

 *  [AddWeb Solution](https://wordpress.org/support/users/addweb-solution-pvt-ltd/)
 * (@addweb-solution-pvt-ltd)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/adding-padding-and/#post-11403355)
 * hello liefdessafari,
 * Add below css code into your current active child theme’s style.css file or you
   can add additional css option in theme customizer
 *     ```
       @media (min-width: 1024px)
       {
       .pique-sidebar .widget-area {
           padding-left: 10px;
   
       }
       }
   
       .page-id-185 div#primary {
           width: 100%;
       }
   
       @media (min-width: 768px)
       {
       .pique-grid-three article {
           float: left;
           width: 31%;
           white-space: nowrap;
           overflow: hidden;
       }
   
       }
       ```
   
 * Hope this will helps you.
 * Thanks.
 *  Thread Starter [liefdessafari](https://wordpress.org/support/users/liefdessafari/)
 * (@liefdessafari)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/adding-padding-and/#post-11405413)
 * Hello AddWeb Solution Pvt. Ltd.,
 * Thank you for your suggestion. Unfortunately it does not have the desired effect.
   on the front page the sections become cut off. And the gridpage is still three
   wide, and the widget has shifted from side to bottom.
 * Thanks.
 *  Thread Starter [liefdessafari](https://wordpress.org/support/users/liefdessafari/)
 * (@liefdessafari)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/adding-padding-and/#post-11418545)
 * Quick update. I was able to add the padding g with the first CSS. So only point
   2 and 3 remain 🙂

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

The topic ‘adding padding and’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/pique/1.4.2/screenshot.png)
 * Pique
 * [Support Threads](https://wordpress.org/support/theme/pique/)
 * [Active Topics](https://wordpress.org/support/theme/pique/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/pique/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/pique/reviews/)

## Tags

 * [add](https://wordpress.org/support/topic-tag/add/)
 * [grid](https://wordpress.org/support/topic-tag/grid/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)
 * [space](https://wordpress.org/support/topic-tag/space/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 3 replies
 * 2 participants
 * Last reply from: [liefdessafari](https://wordpress.org/support/users/liefdessafari/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/adding-padding-and/#post-11418545)
 * Status: not resolved