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;
            }
        }
        
}
 
Taking a new approach to this using clip path. It's much easier to work in terms of background colors + padding.

Fixed in 2.3.7
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back