Forum Moderators: not2easy
.footerBoxa{float:left;width:30%;padding:0;margin:0 1% 0 1%;}
.footerBoxb{float:left;width:30%;padding:0;margin:0 1% 0 1%;}
.footerBoxc{float:left;width:30%;padding:0;margin:0 1% 0 1%;}
= .footerBoxa, .footerBoxb, .footerBoxc {float:left; width:30%; padding:0; margin:0 1%;}
It sounds as if you need an @media rule specifying some max-width (your choice) and then set a non-zero padding for that size. Possibly even two sizes, a smallish one for tablets and a still smaller one for phones. Is it okay (seo wise) to style buttons that are the same color as the page background? Google won’t think that something is being hidden?Not so much a seo concern as a usability concern, button background color generally a user experience question. The color can signal to users to draw attention or highlight the tap target. A good number of users are impatient and action targets should be made obvious and user friendly rather than blending in to the background. The object of buttons is to be user friendly rather than attractive and unobtrusive. ;)