This is my 960 grid system case:
ID
-
You can:
o Set .kundregister_grid_1
to:
width
(or width-min
) with height
(or min-height
)
- or
padding-top
- or
padding-bottom
- or
border-top
- or
border-bottom
o Or use pseudo-elements: ::before
or ::after
with:
{content: "\200B";}
- or
{content: "."; visibility: hidden;}
.
o Or put
inside empty element, but this sometimes can bring unexpected effects eg. in combination with text-decoration: underline;