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
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
Hi Yigit,
Please find the example link in the private area below. The example is at the bottom of that page.
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
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
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
Thank you Vinay
Grüße
Jyothis