Hey,
Yes buttons stay the same size. all text does for that matter. Responsive doesn’t mean the text gets smaller. The point is that on every device it’s readable.
But you can of course make a button get smaller on a certain screen size.
If you have a button in mind you can post a link and I can help with the css.
Ok, I see with your screen shot your loading: https://yazzys.com/
That will not show icons because of this error:
Font from origin ‘https://yazzys.com’ has been blocked from loading by Cross-Origin Resource Sharing policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘https://yazzys.com’ is therefore not allowed access.
What I was looking on is this url : https://yazzys.com
and they work there because that’s the url that you are loading your content through.
You would be best just to redirect people not using ssl to your ssl url but you can also change the Cross-Origin Resource Sharing policy in your htaccess file of your server (your host should be able to help you with that).
Kadence Themes