I would like to vastly reduce the width of the social share sections and icons. Right now the width is at 100% or so but I want all these icons to perhaps occupy only 40% so vastly reduced but spaced decently. See my link herein
Hey hingex,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .single-product-summary .av-share-box ul {
width: 60%;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you. This added the extra design change for a better visual on this part.