I can't get anything in the home-feature-1 or in that section to appear when in mobile. I went into the template JA-Teline IV - home and selected responsive layout and made it so the "eye" was open so that it would show up in mobile but it still isn't. It says it should be showing up by the example it gives me in the template, but it isn't working.
Hi phtimes
You can open the file:
[root_folder_of_your_site]/templates/ja_teline_iv_t3/tpls/blocks/mainbody.php
At approx line 53:
<div class="row-fluid hidden-phone">
and remove the 'hidden-phone' class:
<div class="row-fluid">
Wow, thanks!