Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #449032

    Despite I followed some previous tutorial, i am no able to decrease the size of the icon list with bullet in grey.
    here is my situation
    I have already successfully decreased the title
    can you help with quick css ?
    I tried to decrease the font size, but doing this way, the symbol goes outside the grey circle…

    this is the page

    #449164

    Hey Nicola!

    Thank you for using Enfold.

    You can try this:

    .avia-icon-list .iconlist_icon {
      height: 32px;
      width: 32px;
      line-height: 32px;
      font-size: 15px;
      margin-right: 15px;
      margin-left: 2px;
      top: 10px;
    }

    Best regards,
    Ismael

    #449213

    that works, thanks Ismael.
    Last question: which is the css rule to decrease the space (height) between one element (li) and the one who follows below?

    #449375

    Hey!

    Please try the following:

    li.avia_start_animation {
    padding-bottom:0px !important;
    }

    Cheers!
    Rikard

    #449437

    hi Rikard that does not work for me :(
    I see the same space between two list points.

    #449438
    This reply has been marked as private.
    #449490

    Hi!

    Do you mean the vertical or horizontal space?

    Regards,
    Rikard

    #449496

    The Vertical space

    #449682

    Hey!

    Please add following code to Quick CSS as well

    .avia-icon-list li { min-height: 40px; }

    Regards,
    Yigit

    #449706

    perfect thanks

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘how to decrease icon list size’ is closed to new replies.