-
AuthorPosts
-
January 30, 2018 at 11:57 am #904764
Hi, I would like to remove the dots between icon list items and also move it a bit to the left so it will be aligned with the title above.
How can I do that and make it only specific to this page?
January 30, 2018 at 12:18 pm #904791Hey DROR,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.page-id-18798 #av_section_2 .avia-icon-list { margin-right: -8px; } .page-id-18798 #av_section_2 .avia-icon-list li { margin-right: 0; } .page-id-18798 #av_section_2 .avia-icon-list .iconlist_icon { text-align: right; margin-left: 0; } .page-id-18798 #av_section_2 .avia-icon-list .iconlist-timeline { display: none; }
Hope this helps :)
Best regards,
NikkoJanuary 30, 2018 at 12:26 pm #904799Great, thanks! do you know how I can make the image take the full width of the column element?
January 30, 2018 at 1:04 pm #904816Hi,
You’re welcome, try adding this Quick CSS:
.page-id-18798 #av_section_2 .flex_column.av_one_half { padding-left: 0 !important; padding-right: 0 !important; } .page-id-18798 #av_section_2 .flex_column.av_one_half .avia-image-container-inner, .page-id-18798 #av_section_2 .flex_column.av_one_half .avia-image-container-inner img { border-radius: 0 !important; } .page-id-18798 #av_section_2 .flex_column.av_one_half .avia-icon-list-container, .page-id-18798 #av_section_2 .flex_column.av_one_half .av-special-heading { padding-right: 50px; }
Hope this helps :)
Best regards,
NikkoJanuary 30, 2018 at 2:25 pm #904902Thanks, how do I also add padding to the text?
January 31, 2018 at 5:06 am #905339Hi,
Try adding this css code:
.page-id-2106 #av_section_2 .flex_column.av_one_half .av_textblock_section { padding-right: 50px; }
PS: I would suggest using Custom CSS Classes instead so we don’t use page-ids :)
Best regards,
NikkoJanuary 31, 2018 at 9:30 am #905435Thanks. How do I use custom CSS in such a case?
January 31, 2018 at 10:47 am #905489Hi,
You just need to add a Custom Class for example: my_custom_class to the 1/2 column then in Quick CSS, instead of using:
.page-id-2106 #av_section_2 .flex_column.av_one_half .av_textblock_section { padding-right: 50px; }
you can use this instead:
#top .my_custom_class .av_textblock_section { padding-right: 50px; }
Best regards,
NikkoJanuary 31, 2018 at 10:53 am #905496How do I add that custom class? I don’t see such an option in the element settings page.
January 31, 2018 at 2:28 pm #905570 -
AuthorPosts
- You must be logged in to reply to this topic.