Tagged: Button Row
How can I fix this?
Hey ricedean,
Thank you for the inquiry.
What happens when you toggle or temporarily disable the Enfold > Performance > File Compression settings? To temporarily fix the issue, try adding this code in the Quick CSS field.
#top .avia-buttonrow-wrap {
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
align-content: center;
}
Best regards,
Ismael
Toggling the compression settings did nothing. The css put them side by side but my settings for size and spacing between buttons was lost. They now have no spacing and are too small.
This is a site that bluehost just took over from hostmonster. I just noticed that bluehost added the bluehost plugin. I deactivated it, and removed the temp css you gave me. I had already put the compression settings back to where they were. So deactivating the bluehost plugin solved the the problem..