Tagged: featured page justify
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!