Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #653591

    Hello,

    Is it possible to control the position of title and content for each item in the icon list? I want to have a icon list with say first icon with title on the left and content on the right, next icon with title on the right and content on the left and so on.

    Any advice will be highly appreciated.

    Grüße
    Jyothis

    #654774

    Hey Jyothis,

    Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Yigit

    #656283

    Hi Yigit,

    Please find the example link in the private area below. The example is at the bottom of that page.

    #656325

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
    adjust translateX more or less to suit your design.

    .avia-icon-list li:nth-of-type(odd) article.article-icon-entry  {
        transform: translateX(-205px);
    }
    

    Best regards,
    Vinay

    #656331

    Hey Vinay,

    Thanks first of all. It works but how can I limit it to a particular page or even better a particular icon list? I don’t want this in all my icon lists.

    Grüße
    Jyothis

    #656348

    Hi,

    To target specific advanced layout builder elements please enable custom css class name support http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Give the element a custom css class name and use it in your CSS.

    Best regards,
    Vinay

    #656724

    Thank you Vinay

    Grüße
    Jyothis

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Icon List’ is closed to new replies.