Hello!
I've inserted the Definition List shortcode in a Column item, but I'd like to adjust the inner columns' width.
<dl>
<dt>Magna comodo</dt>
<dd>Consectetur adipisicing elit, sed do</dd>
...
</dl>
Should I add some html to the shortcode? If yes, will the list be responsive then?
Thank for your help!
Comments
please send a link to this page.
thanks
dl > dd {margin-left:250px !important;
}
dl >dt {
width:250px !important;
}