Hi When on the mobile phone. at the bottom of the home page of Modern theme.
the get started now button is miss aligned.
Attached is your demo screen on my phone. How can I fix this. I would like to put the button below the other texts.
Thanks.
The button may not be pushed below the text because of its html dom .However we can do something to it . Please try adding the given css from wp-admin -> appearance -> customize -> custom css :
@media (max-width:350px){
div[data-class="footerblock"] a{
margin: 8px !important;
width: 96%;
}
}