October 29, 2015 at 2:40 pm
#39003
Keymaster
Hi Juna,
You have to override the CSS for smaller device too.
Please remove the above CSS code from the custom CSS and replace with below one.
.widget_featured_page .featured-page-content {
text-align: justify;
}
@media only screen and (max-width: 767px) {
.widget_featured_page .featured-page-content {
text-align: justify;
}
}
Thank you!