Forum Replies Created
-
AuthorPosts
-
Hi Trap,
I’ll let Ismael check this is right but I should think it would be something like this:
<div class="avia-icon-list-container avia-builder-el-3 avia-builder-el-no-sibling ">
<ul class="avia-icon-list avia-icon-list-left avia_animate_when_almost_visible avia_start_animation">
<li class="avia_start_animation">
<div class="iconlist_icon avia-font-entypo-fontello">
<span class="iconlist-char">
<img src="YOUR ICON IMAGE URL" width="IMAGE WIDTH" height="IMAGE HEIGHT" alt="ALT NAME" />
</span>
</div>
<div class="iconlist_content_wrap">
<h4 class="iconlist_title">
<a href="#" title="YOUR TITLE">YOUR TITLE</a>
</h4>
<div class="iconlist_content">
<p>YOUR TEXT</p>
</div>
</div>
<div class="iconlist-timeline"></div>
</li>
</ul>
</div>Where each item in your list begins with the
<li>
tag and falls between the<ul>
and</ul>
tagsI’m able to put them in using flat HTML (this code is for the ‘icon right’ variation)
<div class="iconbox_content">
<div class="iconbox_icon"><img alt="" src="IMAGE URL" /></div>
<h3 class="iconbox_content_title">TITLE</h3>
TEXT
</div>but it’s not ideal for a friendly CMS
Thanks Ismael,
It’s looking much better but it still doesn’t have the vertical alignment like the theme preview here: http://kriesi.at/themes/enfold/pages/blank/coming-soon/
Thanks Ismael – problem solved!
Cheers
Are you sure you can’t see the page? It’s loading fine for me on several machines… http://llep.nedevelopment.co.uk
Thanks Ismael. Now the logo is cropped and the dropdowns are unusually deep, see here: http://i.imgur.com/jRJtIo5.png
Thanks Dude,
The only issue now is that when the logo usually resizes with the header nav as the user scrolls down, it doesn’t in IE8. Is there a way to either make it re-size on scroll or have a different nav treatment just for IE8?
Thanks
-
AuthorPosts