I have a problem with my layouts, I have great information to pass but the graphics “eat”.
Ex in photo print
I have a problem with my layouts, I have great information to pass but the graphics “eat”.
Ex in photo print
increasing the layout.margin.l
attribute should do the trick.
in css or object js? Tks
I’ve tried this:
#myDiv{
width: 100%;
margin-left: 200px;
}
But I didn’t had success
Perfect, that’s right.