Is there any way to remove the widths on Layouts?

Posted by Community Admin on 03-Aug-2018 02:06

Is there any way to remove the widths on Layouts?

All Replies

Posted by Community Admin on 19-Jul-2012 00:00

I am hoping that there is a way that I can remove the width styling on the sf_colsOut div tags

e.g. Turn <div class="sf_colsOut" style="width: 16%; "> into <div class="sf_colsOut" >

I can write some jquery to do this however I am hoping for a nicer way like a custom Layout

$(".sf_colsOut").attr("style", "")

This thread is closed