infocubic Hi. Please change the code I gave You previously from:
#s5_left_column_wrap {
width: 28% !important;
}
#s5_right_column_wrap {
width: 16.5% !important;
margin-left: -43.5% !important;
}
to
.s5_slidesection #s5_left_column_wrap {
width: 28% !important;
}
.s5_slidesection #s5_right_column_wrap {
width: 16.5% !important;
margin-left: -43.5% !important;
}
For the alignment question use this code:
.s5_slidesection #s5_right_top_wrap .textwidget {
text-align: center;
}