I am having a problem with the share box at the bottom of the articles. Before I updated the Enfold template, it worked fine. (see https://ibb.co/tKYS6v0 for a screen shot). However, after the update, the share box is tiny (see https://ibb.co/M15Yzhn).
I tried the code
#top .av-share-box ul {
min-width: 75%;
}
but then all the separate individual boxes (Facebook, Twitter, etc) are different sizes.
Any suggestions?
Hey lsrmedia,
Please try the following in Quick CSS under Enfold->General Styling:
.av-share-box-list li {
width: 20%;
}
Best regards,
Rikard
Perfect, thanks so much.