-
AuthorPosts
-
May 10, 2015 at 10:56 pm #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!
May 11, 2015 at 10:36 am #442339Hi 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,
RikardMay 11, 2015 at 1:11 pm #442416This reply has been marked as private.May 11, 2015 at 1:20 pm #442420Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.iconlist-timeline { display: none; }
Regards,
YigitMay 11, 2015 at 2:57 pm #442466Hi Yigit,
It doesn’t seem to work…
May 11, 2015 at 3:09 pm #442477Hey!
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!
YigitMay 11, 2015 at 5:03 pm #442560This reply has been marked as private.May 12, 2015 at 3:18 pm #443050Hi!
Can you please post username and password for authentication as well?
Regards,
YigitMay 13, 2015 at 2:09 pm #443718This reply has been marked as private.May 13, 2015 at 2:21 pm #443719Hi!
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!
YigitMay 14, 2015 at 9:59 am #444162Hello,
The folder already had correct permissions, but I changed them to 777 and it STILL doesn’t work!
May 14, 2015 at 5:47 pm #444467Hi!
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!
YigitMay 15, 2015 at 8:58 am #444818Hello,
I don’t see any “save” button. Should I edit functions.php from my SFTP instead?
Cheers
May 15, 2015 at 5:39 pm #445074May 15, 2015 at 5:51 pm #445088Hi,
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.
May 18, 2015 at 2:15 pm #445653Please?
May 18, 2015 at 2:19 pm #445655Hey!
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,
YigitMay 18, 2015 at 2:25 pm #445661Hi,
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!!
May 18, 2015 at 2:47 pm #445677May 18, 2015 at 3:47 pm #445759This reply has been marked as private.May 18, 2015 at 4:21 pm #445782Hey!
“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!
YigitMay 18, 2015 at 7:12 pm #445965This reply has been marked as private.May 18, 2015 at 7:18 pm #445967May 18, 2015 at 7:48 pm #445994This reply has been marked as private.May 20, 2015 at 2:53 pm #447114I 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
May 20, 2015 at 2:59 pm #447125Hi!
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,
YigitMay 20, 2015 at 3:25 pm #447160Hi,
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.
May 20, 2015 at 3:30 pm #447163Hi!
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!
YigitMay 20, 2015 at 3:32 pm #447167Thanks Yigit, looks great!
Cheers
May 20, 2015 at 3:33 pm #447169Hey!
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 -
AuthorPosts
- The topic ‘Icon list text alignment’ is closed to new replies.