Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1325745

    Hello, how can I get the icon list in the center of the element?

    #1325796

    Hey Lautho2011,

    Could you post a link to where we can see the element which you want to adjust please?

    Best regards,
    Rikard

    #1325887

    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.

    #1325897

    Hey,

    You can upload your screenshots on imgur.com and share the links here :)

    Best regards,
    Yigit

    #1326500
    #1326578

    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

    #1328968

    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

    #1328971

    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

    #1329049

    thanks again Mike!

    #1329059

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.