Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27198

    We are facing problem setting margin value in percentage. It’s getting ignored by library. In html version it works just fine

    .signature-block{
    margin: 0 0 0 60% ; //Not work
    margin: 0 0 0 500px; //works
    }

    Setting margin in pixels works but display is not consistent with html. any idea how to avoid this situation. thanks

    #30166

    Percent values for left and right margins are going to be supported with forthcoming PD4ML v3.10.8 release. Or take a look to the actual snapshots of PD4ML v4.

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘HTML/CSS rendering issues’ is closed to new topics and replies.