Home › Forums › WoodMart support forum › Content Alignment / width of Tabs on mobile view › Reply To: Content Alignment / width of Tabs on mobile view
December 13, 2018 at 5:31 pm
#95966
Elise Noromit
Member
Hello,
Add the code to the Theme Settings > Custom CSS > Mobile
.wpb_text_column :last-child, .wpb_text_column p:last-child {
margin-bottom: 0;
text-align: left!important;
}
body .wpb_video_widget.vc_video-align-right .wpb_wrapper {
float: none;
}
Best Regards