Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #435754
    #436239

    Hi mocablue!

    Can you please post a screenshot and show the changes you would like to make?

    Regards,
    Yigit

    #436353
    #437057

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-share-box ul li, .av-share-box-list {
      border: none!important;
    }
    .av-share-box ul li a:before {
      border: 1px solid #888;
      padding: 10px;
    }

    Best regards,
    Yigit

    #437872

    Buttons are still big

    Yigit – thanks for that definately going in the right direction…but the buttons are still too big…the boxes around the icons are sized…but I also wanted to move them closer together and not have such a big and heavy button presence to what if not of very high importance to the site.

    #437875

    Yigit,

    As a reminder, as a reference – would like the larger buttons and accompanying mouse overs to be reduced to pretty much the size of the small boxed icons. that would make this whole thing like 1.5 inches wide instead of 5 which I much prefer.

    #438732

    Hi!

    You can try this:

    #top .av-share-box ul {
    	border: 0;
    }
    
    .av-share-box ul li, .av-share-box ul li:first-child, .av-share-box ul li:last-child {
    	border: 1px solid #e1e1e1;
    }
    
    .av-share-box ul li {
      display: inline-block;
      min-width: 50px;
      margin: 0 15px;
    }
    
    .av-share-box ul li a {
      padding: 5px 5px;
    }

    Add css media queries to adjust the width of the social icons on different screen sizes.

    Best regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.