Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Avada › Forums › Community Forum › Responsive Content Box
Tagged: content box
I do not see where to update the class for content box’s so they are responsive.
I have them set for 3 columns.
<div class="fusion-column content-box-column content-box-column content-box-column-1 col-lg-4 col-md-4 col-sm-4 fusion-content-box-hover content-box-column-first-in-row">
My expectation is to set to full width for small screen like using col-sm-12
fusion-column content-box-column content-box-column content-box-column-1 col-lg-4 col-md-4 col-sm-12 fusion-content-box-hover content-box-column-first-in-row
Is there a setting directly in Avada? Or do I need to use javascript to over ride this?