WebSite X5Help Center

 
Martin M.
Martin M.
User

Cell height  en

Author: Martin M.
Visited 1884, Followers 1, Shared 0  

How to change height of cell? On the livedemo https://livepreview.incomedia.eu/sample_sites/v13/pharmacy/?_ga=1.198908460.2095834965.1470386329 is in styles

  1. width: 524px;
  2. min-height: 344px;
  3. padding: 69px 100px 69px 100px;
  4. border-top: 0;
  5. border-bottom: 0;
  6. border-left: 0;
  7. border-right: 0;

In my test webpage is

  1. width: 706px;
  2. min-height: 80px;
  3. padding-top: 50px;
  4. padding-bottom: 30px;
  5. padding-left: 2px;
  6. padding-right: 2px;

How do I adjust the height of the cell? min-height ?

Posted on the
3 ANSWERS
Andre E
Andre E
Moderator

x5 does this automaticly, I am not sure which cell you are talking about, on the page you mention there are several and I can't find one with 344px, it could be that responsive settings change these.

Object height is normally set by selecting the object and then use Style button (inner and outer margin)

But the parralax effect is done automaticly and depends on the picture and objects you have set

Read more
Posted on the from Andre E
Martin M.
Martin M.
User
Author

In style

https://livepreview.incomedia.eu/sample_sites/v13/pharmacy/pcss/index.css

is

#imCell_8 { width: 524px; min-height: 344px; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; } #imCellStyle_8 { width: 524px; min-height: 344px; padding: 69px 100px 69px 100px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; } #imCellStyleGraphics_8 { left: 0px; right: 0px; } #imTextObject_08 .text-container {border-style: solid; border-color: #A9A9A9; border-width: 0 1px 1px 1px;width: 100%; box-sizing: border-box;} #imTextObject_08 .text-container { height: 206px;}

Read more
Posted on the from Martin M.
Incomedia
Claudio D.
Incomedia

Hello Martin,

The value of the minimum height is automatically added according to the highest object on the same row.

Many thanks!

Read more
Posted on the from Claudio D.