Css not saving the value
Using Jamroom
Just a guess, but it looks like you have this working for you now?
Thanks!
{* BEGIN Activity Section *}
<div class="col8">
<div class="title m10">
<h2>{jrCore_lang skin=$_conf.jrCore_active_skin id="20" default="Latest"} {jrCore_lang skin=$_conf.jrCore_active_skin id="27" default="Activity"}</h2>
</div>
{* BEGIN Activity Section *}
<a id="activdiv" name="activdiv"></a>
<div id="activitydiv" style="margin: 10px 10px 0 10px;padding-bottom: 10px;">
<div class="item"{if !jrCore_is_mobile_device()} style="max-height:916px;overflow-y:auto;overflow-x:hidden"{/if}>
{jrCore_list module="jrAction" search1="action_module != jrFollower" order_by="_item_id desc" pagebreak=50 page=$_post.p}
<br>
<div style="width:100%;text-align:center;padding:10px">
<a href="{$jamroom_url}/timeline">View More</a>
</div>
</div>
</div>
</div>
{* END Activity Section *}
{* BEGIN Activity Section *}
<div class="col8">
<div class="title m10">
<h2>{jrCore_lang skin=$_conf.jrCore_active_skin id="20" default="Latest"} {jrCore_lang skin=$_conf.jrCore_active_skin id="27" default="Activity"}</h2>
</div>
{* BEGIN Activity Section *}
<a id="activdiv" name="activdiv"></a>
<div id="activitydiv" style="margin: 10px 10px 0 10px;padding-bottom: 10px;">
<div class="item"{if !jrCore_is_mobile_device()} style="max-height:916px;overflow-y:auto;overflow-x:hidden"{/if}>
{jrCore_list module="jrAction" search1="action_module != jrFollower" search2="action_data NOT_LIKE %\"comment_module\":\"jrProfile\"%" order_by="_item_id numerical_desc" template="index_activity.tpl" pagebreak=50 page=$_post.p} <br>
<div style="width:100%;text-align:center;padding:10px">
<a href="{$jamroom_url}/timeline">View More</a>
</div>
</div>
</div>
</div>
{* END Activity Section *}
{jrCore_media_player type="jrAudio_black_overlay_player" module="jrAudio" field="audio_file" search1="profile_quota_id IN 1,2,3" search2="audio_genre = rock" order_by="audio_title random" limit="50" autoplay=true}