-
AuthorPosts
-
December 17, 2023 at 10:18 am #1428317
Hi is it possible to put the symbol instead of centered on the left side above the title and put a little space under the symbol so that the title is not so close under it?
Under the symbol list is a big space too that i don`t get away mobile.Is there any code for quick css?That would be perfect :)
Wish you a great day,
rixiDecember 17, 2023 at 12:07 pm #1428322Hey rixi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { #top .avia-icon-list .iconlist_icon { margin: 0 0 10px 0; } #top .avia-icon-list li { padding-bottom: 0; } }then look in your icon list content area, you have a extra empty paragraph tag from a empty line, probably from a “return” key stroke, you may need to look in the “text” tab to remove it.

This adds a empty space under your icon list:

Best regards,
MikeDecember 18, 2023 at 7:38 pm #1428450Hello Mike,
thanks a lot, looks perfect with the symbol, now!
Hm, but what is that space there? I there a way to make it a little bit smaller?Many greetings rixi
December 19, 2023 at 1:59 am #1428462Hi,
Hm, but what is that space there? I there a way to make it a little bit smaller?
Yes, that should be possible. Please add this code in the Enfold > General Styling > Quick CSS field or add it in the child theme’s style.css file.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .av-lmuro99q-efb5a91e80c2f3c7de60c4602a959104 .article-icon-entry { margin-bottom: -50px; } }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.
Best regards,
IsmaelDecember 19, 2023 at 8:29 am #1428473Hi Ismael,
perfect :)))) Thanks a lot!Many greetings,
rixiDecember 19, 2023 at 11:55 am #1428487Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘symbollist mobile’ is closed to new replies.
