October 29, 2015 at 2:40 pm
#39003
Theme Horse Support Team
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!