Hello, how can I get the icon list in the center of the element?
Hey Lautho2011,
Could you post a link to where we can see the element which you want to adjust please?
Best regards,
Rikard
Hello,
I would like to send you a printscreen but that seems not possible. Is it possible to send an image (I don’t mean an URL)?
My question is: I put the icon list element in a contentsection en then I want the list in the center of the contentsection and not in the left.
Hey,
You can upload your screenshots on imgur.com and share the links here :)
Best regards,
Yigit
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.avia-icon-list li {
display: table;
margin: 0 auto;
width: 150px;
}
Best regards,
Rikard
Hi,
A delayed reaction…
I tried the css but it did not work. I want the title ‘let’s get organised is er voor jou’ and the icon list in the center of the element.
thanxs again
Hi,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
#top.home #av_section_3 .av_iconlist_title {
min-width: 406px;
}
#top.home #av_section_3 .avia-icon-list .iconlist_content_wrap {
overflow: visible;
}
#top.home #av_section_3 .avia-icon-list-container {
justify-content: center;
display: flex;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
thanks again Mike!