Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #868576

    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

    #868823

    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

    #868905

    Thank you. This added the extra design change for a better visual on this part.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘reduce the width of the social share section and icons’ is closed to new replies.