I encounter troubles with text (3 column layout) in small windows and on tablet. I lose margin between para when I squeeze the window. Could you check this @ http://www.aktineo.com/services/conseil ? I try to fix it with the following code in tablet.css line 217
- Code: Select all
.items-row > div {
margin:0 10px;
padding:0 !important;
}
Thx!