Change the width of definition lists

HI!

I would like to use the definition lists but I find the width of the first column very narrow and I would like to make it wider to put more content without a line break. Is it possible?

Thanks

Comments

  • Hi,
    Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
    It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
    thanks
  • Hi.

    Never mind.  I fixed it with some CSS

    /*Cambio de anchura de columnas en el shortcode de definition lists*/

    dl > dt {
        width: 240px;
    }

    dl > dd {
        margin-left: 250px;
    }

    I hope it is ok.


Sign In or Register to comment.