Edit Profile Url Name impossible
Using Jamroom
Can you send us your site URL, admin login and FTP access so we can check it out?
Send it to support[at]jamroom[dot]net
Thanks!
<div class="col4 last">
<div class="col3 last">
<div class="row">
<div class="col9 last">
LEFT SIDE CONTENT
</div>
<div class="col4 last">
RIGHT SIDE CONTENT
</div>
</div>
<div class="row">
<div class="col9">
LEFT SIDE CONTENT
</div>
<div class="col3 last">
RIGHT SIDE CONTENT
</div>
</div>
{if jrCore_is_mobile_device()}
{assign var="boxwidth" value="320"}
{else}
{assign var="boxwidth" value="450"}
{/if}
this._boxWidth = {$boxwidth};
{literal}
the beginning of your code here up to
this._boxWidth = {/literal}{$boxwidth}{literal};
the rest of your code here...
{/literal}