html - Can't remove the right margin -
here's part of html:
<fieldset> <table class="pensioners-view-tbl-pension-info" </table> <fieldset>
here's css related 2 elements:
fieldset { border-radius:7px;padding-top:15px;} .pensioners-view-tbl-pension-info { margin-left: 5%;}
and here' sanpshot of ui:
as can see have not set constraints regarding right margins, neither in fieldset padding-right, nor in table margin-right. how can remove right margin of table, @ to the lowest degree shift right bit? i've tried set table width 100% doesn't work, crosses away fieldset.
edit: here's jsfiddle
remove margin on table, give 100% width. add together padding fieldset.
you forgot remove margin, offsets entire width against fieldset.
html css margin
No comments:
Post a Comment