November 5, 2015 at 11:10 am
#39258
info110
Participant
Since I already modified the service widget to create 3 columns instead of 4. I went and changed one-third to 100%, so I could do what I wanted with the footer and then for the service widget I created a new class one-third-x and set it to the original one-third settings. Which fixed all my problems.
I have a question though. One of the original classes was
class=”one-third clearfix-third”
What is clearfix-third?
So now I have
class=”one-third-x clearfix-third”
Do I need to create a clearfix-third-x?
class=”one-third-x clearfix-third-x”
I’m just winging this stuff and figuring it out as I go.