Title: Layout
Last modified: December 28, 2018

---

# Layout

 *  [limone111](https://wordpress.org/support/users/limone111/)
 * (@limone111)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/layout-63/)
 * Hello!
 * Sorry i need one more time help.^^
 * My template uses sidebar. ([see screenshotlink](https://ibb.co/sW7w8tD))
 * you can see i have a ugly big space after the first 3 boxes.
    it woulbe be fine,
   if i can have 4 boxes in one row.
 * where can I change the box size, or the distance between the individual boxes.
 * maybe I can manage to have four boxes on a row.
 * thx for help

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

 *  Plugin Author [Jacques Malgrange](https://wordpress.org/support/users/sojahu/)
 * (@sojahu)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/layout-63/#post-11032182)
 * Hi,
 * Box are in floating position. You have 3 columns because there is not enough 
   place for 4 columns. Box width is fixed.
    Appareance depend on your window/screen
   size (try to resize your window). A perfect arrangement for your screen should
   not be good for another one.
 * Regards
 *  Thread Starter [limone111](https://wordpress.org/support/users/limone111/)
 * (@limone111)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/layout-63/#post-11032782)
 * Yes i know they are floating…
    But i think, most internetsites are using sidebars
   and have same problem. i just test it with 2 other tamplates and its the same.
   3 columums and then a lot of space. looks very bad and unproffisionell 🙁
 * so maybe i can change the code in the css or template…
 * resize window?
    sure if i make smaller then i have 2 colums… but if i make fullscreen
   on my 32′ monitor i also have only 3 colums.
 *  Thread Starter [limone111](https://wordpress.org/support/users/limone111/)
 * (@limone111)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/layout-63/#post-11032826)
 * this helps.
    i added in my theme css
 * #primary {
    width: 76%; }
 * #secondary {
    width: 23%; }
 * .container {
    width: 73%; }
 * for the most tempates its working.
    but i dont think its a good solution forever…
    -  This reply was modified 7 years, 5 months ago by [limone111](https://wordpress.org/support/users/limone111/).
    -  This reply was modified 7 years, 5 months ago by [limone111](https://wordpress.org/support/users/limone111/).
    -  This reply was modified 7 years, 5 months ago by [limone111](https://wordpress.org/support/users/limone111/).
    -  This reply was modified 7 years, 5 months ago by [limone111](https://wordpress.org/support/users/limone111/).
 *  Plugin Author [Jacques Malgrange](https://wordpress.org/support/users/sojahu/)
 * (@sojahu)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/layout-63/#post-11033452)
 * In template “rencontre_mini_portrait.php” :
 * `<div class="rencMiniPortrait w3-padding-small w3-col m2" style="min-width:220px"
   >`
 * To override the width, just add this CSS :
 *     ```
       /* Example with 100px */
       .rencMiniPortrait{min-width:100px!important}
       ```
   
 * Regards

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

The topic ‘Layout’ is closed to new replies.

 * ![](https://ps.w.org/rencontre/assets/icon-128x128.png?rev=990206)
 * [Rencontre - Dating Site](https://wordpress.org/plugins/rencontre/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rencontre/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rencontre/)
 * [Active Topics](https://wordpress.org/support/plugin/rencontre/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rencontre/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rencontre/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Jacques Malgrange](https://wordpress.org/support/users/sojahu/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/layout-63/#post-11033452)
 * Status: not resolved