Site issue on pistolpacknmama.com

Hey @user16
The site has a small problem on mobile (the text closer on right of screen)

If the site provide an option to add code, you use this code to CSS area

@media screen and (max-width:767px) {
.elfsight-app-d1a80ae2-df39-48aa-b9bc-22896bfcb575+table {
    margin-left: -30px;
}
td input[type="button"] {
    font-size: 10px !important;
}
}
2 Likes