Why doesn’t the button line up on the iPad?

Asked

Viewed 48 times

0

The responsive site is lining up on the other devices quietly but on the iPad it leaves the place... does anyone know a way to put it in the center without losing the center position for mobile phones? looks like it is, if you can take a look at F12 the site is politicadascidades.com.br

inserir a descrição da imagem aqui

  • here appears centered...

  • Here also appears centered in view mode iPad, could check what happens?

  • and alas? the error persists?

1 answer

0


You can use CSS:

.thumbnail {
   width: 100%;
   height: auto;
   margin: 0 auto;
}

Browser other questions tagged

You are not signed in. Login or sign up in order to post.