CSS Classes Available for Duda Responsive Framework
agniere
Member Posts: 1
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.
Tagged:
0
Best Answer
-
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.
1