Dear all
I did run into an issue where buttons are cropped on ipad and Safari only on the left hand side. Buttons show up properly on IE, FF and Chrome but not on iPad
please verify http:/coachingplus.ch. I copied page to http://coachingplus.ch/temporary to test with latest WP and Enfold but there is no change. It looks like content to sidebar ratio with 77% to 23% is the issue. do you see an easy solution to solve it for iPad and Safari users.
Many thanks
Daniel
Hey Daniel,
You have the following CSS for the buttons:
.avia-button.avia-size-medium {
padding: 12px 16px 10px;
font-size: 13px;
min-width: 225px;
width: 225px;
max-width: 225px;
}
This means that the buttons will stay 225 pixels wide all the time. You might need to rethink that, an option would be to wrap them in a div or paragraph and have the background colour in the wrapping element instead.
Thanks,
Rikard