Viewing 30 posts - 1 through 30 (of 30 total)
  • Author
    Posts
  • #442158

    I have some trouble in getting the icon list text to be aligned with the icons… Even though I read some old threads on this subject.
    I linked a screenshot in the private section!

    I tried this CSS code:

    .avia-icon-list .iconlist_icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 15px!important;}
    .avia-icon-list .iconlist-timeline { left: 25px; }

    and this one :

    .iconlist_content_wrap {
    padding-top: 13px;
    }

    Can I have some help please?

    Thank you!

    #442339

    Hi DeMamp!

    I think you forgot to link to the screenshot? It would help since I don’t fully understand what you are trying to achieve.

    Regards,
    Rikard

    #442416
    This reply has been marked as private.
    #442420

    Hey!

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

    .iconlist-timeline {
      display: none;
    }

    Regards,
    Yigit

    #442466

    Hi Yigit,

    It doesn’t seem to work…

    #442477

    Hey!

    Please try adding !important rule as following

    .iconlist-timeline {
      display: none !important;
    }

    If that too does not help, please create a temporary admin login and post it here privately.

    Cheers!
    Yigit

    #442560
    This reply has been marked as private.
    #443050

    Hi!

    Can you please post username and password for authentication as well?

    Regards,
    Yigit

    #443718
    This reply has been marked as private.
    #443719

    Hi!

    Can you please try adding the code to Enfold/css/custom.css file?
    Everything looks fine in Quick CSS field.

    .iconlist-timeline {
    display: none !important;
    }
    

    Also, please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions

    Cheers!
    Yigit

    #444162

    Hello,

    The folder already had correct permissions, but I changed them to 777 and it STILL doesn’t work!

    #444467

    Hi!

    Please add following code to Functions.php file in Appearance > Editor

    add_action('wp_head', 'ava_add_your_stuff');
    function ava_add_your_stuff() {
        ?>
    <style>
    .iconlist-timeline {
    display: none !important;
    }
    </style>
        <?php
    }

    Cheers!
    Yigit

    #444818

    Hello,

    I don’t see any “save” button. Should I edit functions.php from my SFTP instead?

    Cheers

    #445074

    Hi!

    Yes, please do so. That means functions.php file is not writable.

    Cheers!
    Yigit

    #445088

    Hi,

    Could you tell me where exactly in the code I should add it? Cause I tried to put it at the end and got a blank website.

    Thanks

    • This reply was modified 9 years, 6 months ago by DeMamp.
    #445653

    Please?

    #445655

    Hey!

    Sorry for the late reply! Do you mind posting FTP credentials here so we can add the code for you? Or please make functions.php file writable so we can make the changes from WP backend.

    Regards,
    Yigit

    #445661

    Hi,

    Thank you for the fast reply. I’ve changed the permission for functions.php from 655 to 775 so I think you can edit it from WP backend.

    Thank you!!

    #445677

    Hey!

    Can you please post authentication password once again?

    Regards,
    Yigit

    #445759
    This reply has been marked as private.
    #445782

    Hey!

    “You need to make this file writable before you can save your changes. See the Codex for more information.” Functions.php file is still not writable :/

    Cheers!
    Yigit

    #445965
    This reply has been marked as private.
    #445967

    Hi!

    View post on imgur.com


    If you do not mind, please post FTP access here :)

    Regards,
    Yigit

    #445994
    This reply has been marked as private.
    #447114

    I think I’ve solved the issue: i added a define line into wp-config and now it should work without entering my FTP credentials.

    Regards

    #447125

    Hi!

    Yes, and i added the code to functions.php file and it seems to be working fine right now. Please review your website

    Best regards,
    Yigit

    #447160

    Hi,

    Unfortunately I don’t see any change on my end, the icons are still too much above the texts. How is this possible?

    Edit: oh yeah, sorry! Indeed I don’t see the gray lines anymore. Thanks. But the icons issue is still there (I think it is due to the fact that I haven’t put any titles, so there’s a blank space)

    • This reply was modified 9 years, 6 months ago by DeMamp.
    #447163

    Hi!

    I thought we only wanted to remove timeline between icon and text. I have fixed the positioning issue as well. Please flush browser cache and refresh your page a few times.

    Cheers!
    Yigit

    #447167

    Thanks Yigit, looks great!

    Cheers

    #447169

    Hey!

    You are welcome, we are always happy to help :)
    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 :)

    Best regards,
    Yigit

Viewing 30 posts - 1 through 30 (of 30 total)
  • The topic ‘Icon list text alignment’ is closed to new replies.