Button Miss align on mobile

Home Forums Legacy Support Support queries Styling issues Button Miss align on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13513
    gooodming
    Spectator
    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.
    #13632
    Anshuman Sahu
    Keymaster
    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%; } }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Button Miss align on mobile’ is closed to new replies.