CSS Classes Available for Duda Responsive Framework

Options
agniere
agniere Member Posts: 1
edited January 22 in Ask a Question

I am looking for the available classes that can be used in the Duda responsive framework.

For example:

<div class="dmRespCol column small-12 large-12 medium-12">

<div class="dmRespCol column small-8 large-8 medium-8"> </div> </div>

I would like to center the "8 column" div in the "12 column" div.

Best Answer

  • Aj_Cre8
    Aj_Cre8 Member Posts: 659 MVP
    Answer ✓
    Options

    Duda's responsive framework is a little wonky. Altering it in the theme css can be a dangerous path. Generally, we recommend you use Flex if you are wanting certain breakpoints to be different than the others. If you are using the classic editor (not flex), then you will want to hide the element on that break point and rebuild it how you want.