Tagged: 

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

    Hi there,

    I have a little problem with the icon list. In my opinion, the text is far away from the icon. Please take a look at this:

    I would like to know how could I move the text to the left, and get it closer to the icon….The point is that I would need code to change it on computer screen and on mobile screen….
    I mean, maybe on the computer I need to move it 25 % and on the mobile only 10 % to the left….
    In addition, please, could you indicate what code could I write to “manage” each icon list individually…..I mean, there is 1 icon list that I want to move on desktop but no on mobile….

    I hope this makes sense,
    Thanks,

    #676809

    Hi davidmartinserrano,

    It looks fine on my end to be honest with you, I don’t think it would look nice to move the text more to the left. Could you post a screenshot highlighting the changes you had in mind maybe?

    Best regards,
    Rikard

    #676846

    Hi Rikard,
    Thanks for your quick reply. I attach a link to a draft page,

    http://www.mcgenergy.eu/wp-admin/post.php?post=834&action=edit

    This is what I want to achieve…… To close the text to the icon…. And since if this achieve this on a computer screen, on a mobile screen may appear weird I would need to know if creating 2 items (one for only-desktop and one for only-mobile) I could achieve a perfect fit in both devices,

    Thanks,

    #678184

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-icon-list .iconlist_icon {
        margin-right: 10px
    }
    

    Best regards,
    Yigit

    #679320

    Thanks Yigit,
    May I know how could I use this adding a custom css class to the icon list?
    I mean, I want to move those icon lists….But I don´t want to move different icon lists that I have spread all over the website,

    hope this makes sense,

    Thanks,

    David

    #679359

    Hi,

    It’s easy to turn on custom css class name support for Enfold’s layout builder elements please check this link http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Vinay

    #682538

    Hi Vinay,
    The problem is that as commented to Yigit above, I want to move the text to the left in this page:

    As you will see, on the icon list, the text is “cut” because it doesn´t fit on the space..

    I have not proved what Yigit suggested since I don´t want to apply this condition to all the icon lists on the website:
    .avia-icon-list .iconlist_icon {
    margin-right: 10px
    }

    I have tried modifying the code with and point it to a custom css-field, but it doesn´t work…
    Please, could you help with this issue?

    The css field is already turn on, and I have tried this: (where icon-list-prob is the css field)

    .avia-icon-list .iconlist_icon {

    .icon-list-prob { margin-right: 10px
    }}

    BUT, AS I HAVE NO IDEA ABOUT CODING I DON´T KNOW WHERE IS THE PROBLEM, SINCE NOTHING HAPPENS,
    Please take a look at this and try to help me,

    Thanks

    Note: The same happens on its English version page,

    #683774

    Hi,

    You had some error in your Quick CSS field, i fixed it and added a code into Style.css file of your child theme. Please review your website now

    Best regards,
    Yigit

    #685053

    Thanks Yigit!
    It worked perfectly…

    I really appreciate the work of Enfold team solving out all these problems,
    Best regards,

    David

    #685057

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Icon List—Espace between icon and text’ is closed to new replies.