And in your CSS:
.like-wrap{
width:100%;
}
.like-wrap * {
width:100% !important;
}
* selector selects every child element in .like-wrap.
And in your CSS:
.like-wrap{
width:100%;
}
.like-wrap * {
width:100% !important;
}
* selector selects every child element in .like-wrap.