Help With Text Alignment in Different Viewports

[ad_1]

What have you tried already?

The syntax could be something like this:

@media only screen and (max-width: 690px) {
    .profile-bio {
        text-align: justify;
    }
}

Change the max-width value to your theme’s actual portrait/tablet breakpoint. You may also need a more specific selector to override the default.

Thread Starter
1ramyt

(@1ramyt)

@gappiah – thanks so much! Apparently, I got some of the syntax incorrect and had the class name in the wrong place. Great tip on using the theme’s breakpoints as well. I’ll look into finding that info.

Appreciate the assist!

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer