Why is this button so long in a mobile browser?

Posted in: Newspaper
Post count: 27

Why is this black button so long in a mobile browser? How to adjust its size?2

Post count: 35449

Hi,

If you want to change the size of that button you’ll need to add a custom css in Newspaper>Theme panel>Custom code>Advance css in phone
https://www.screencast.com/t/hBOAKujif
.comments .comment-form .submit {
width: 60%;
}

Normally that button should look like this, but you have set to all p { text-indent: 2.1em; } so if you want to look like this you can set this code
.comments #respond p {
text-indent: 0;
}

in Newspaper>Theme panel>Custom code>Advance css in phone

Thank you!

Post count: 27

Thank you very much!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.