Hey,
is there a chance to use space below vertical tabs in template feature tour?
Perhaps for an image or text?
thx
(9 posts)
(4 voices)
Hey,
is there a chance to use space below vertical tabs in template feature tour?
Perhaps for an image or text?
thx
Hello tmenk,
Open up /wp-content/themes/[your_theme]/template-featuretour.php and around line 33 you should see this,
<span class="bg_bottom"></span>
You can try adding an image above or below that line.
Thx Elliot :-)
Your welcome, let us know if you have any other questions.
I'm also wondering if it's possible to put my contact 7 form at the very below the feature tour tabs?
How can I do this in the vertical tabs?
You would have to create a div and position it over your vertical tab with CSS. Something like this,
<div style = 'position: absolute; z-index: 9999; top: 200px; left: 20px;'>
some content
</div>
I inserted the code in the Custom CSS field and nothing happen
Send us a link to your page.
You must log in to post.