I would like the TH: Featured Page text to be justified, so I added the following Custom CSS
.widget_featured_page {
text-align: justify;
}
Using that code the text appears justified on laptops, ipads, etc.. but is still non-justified in small screens as mobile phones (tested on iPhone 6 & Samsung SIII). Is there any thing I am missing here?