Different alignment for Desktop and Mobile view
-
I am using “section title” for the title, and have left alignment for the desktop view. However for mobile view i would like to have it center alignment. Is there anyway to set it like this?
Hi samskpun,
Thanks for reaching to us.
In order to do that, you first need to add class to widget, for e.g: section-title-mobile https://prnt.sc/4vG0TcAtVQMs
Add below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile or Custom CSS for tablet
.section-title-mobile .title-wrapper{
text-align: center;
}
Regards,