Russ
Pixel Exit Staff
Need some slight adjustments to the Evolve buttons. Possible fix:
Code:
@media (max-width: @xf-responsiveMedium)
{
#XF .p-body-header a.button
{
padding: @xf-paddingSmall @xf-paddingLarge !important;
background: @xf-buttonBg !important;
&:before, &:after
{
display: none;
}
> *
{
padding: 0;
}
}
}