hi,
this was fixed in a previous version, but now it's back again.
the default spacing (5%) on mobile is not working on the bottom. even if the value is changed, it doesn't work.
it was fixed before, but now the problem is returned from the dead!
mobile spacing (bottom)
hi,
this was fixed in a previous version, but now it's back again.
the default spacing (5%) on mobile is not working on the bottom. even if the value is changed, it doesn't work.
it was fixed before, but now the problem is returned from the dead!
Dear @dani
can you post a link? Then we can inspect the problem.
About which part are you talking about? About the Japanese?
Best!
Marius
sure :
http://143.95.234.103/~canakoba/about/
i've reset all grid values. here's another screen shot with the dev tools. the margin-bottom of the last element is not working.
Dear @dani
what about giving the whole text-box a padding-bottom:
body.nocover #main-region.nocustomphonegrid .row:first-child .row-inner {
padding-top: 5%;
padding-bottom: 5%;
}
You can also do this here:
Best!
Marius