Can you align the features of the about us section on mobile? If so, how? Thank you!
bizproph.com
Can you align the features of the about us section on mobile? If so, how? Thank you!
bizproph.com
Hello @bizproph,
I’m not getting your issue, Please elaborate your issue little more.
Regards,
Gourav
I want all of the text of the about us section to be center aligned and justified on mobile. Can I do this? Thank you!
And can I change the font-family to just one font? I really like the big-intro. font. I would like to use it as the main font for the about us section. Thanks!
Hello @bizproph,
1) Please install the plugin Advanced CSS Editor and in Appearance -> Customize -> Advanced CSS Editor add the following code:
@media (max-width: 992px){
.skills{
text-align:center;
}
}
2) Please check this doc: http://docs.themeisle.com/article/230-how-to-change-font-in-themeisle-themes
Hope that helps.
Regards,
Gourav