Avada › Forums › Community Forum › Big gaps (margin or padding) when I view my site on mobile devices › Reply To: Big gaps (margin or padding) when I view my site on mobile devices
It’ll need to be done with custom css. You can add it in the Avada options or in any custom css plugin you might have. Try adding this –
.fusion-sharing-box {
margin-bottom: 20px!important;
padding-bottom: 0px!important;
}
That should leave enough separation on both desktop and mobile, without a big gap on small screens