Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: Polity Pro Theme – Donate button missing from phone views

#38107
Lucius Douglas
Participant

Using Chrome inspect took, I isolated the problem which was the header text box was set to not display for mobile media queries in the ‘responsive.css’ file.

I fixed it with this code:

..headerdonate-box{display:inline;}

However, you will need to ensure this is the same code used in your theme as this was the Greenest theme. Grace Theme developers do a good job but there is incoonsistency between themes as I have used several. But a bit of research should point you to the problem.