Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • librandi Friend
    #874307

    Hi,
    I need to modifi template default with only sidebar 25% and content 75%, how I do it?
    In this site I have 2 different template, but I need it on hotel
    thank you


    1. Cattura
    Adam M Moderator
    #875288

    Hi @librandi,

    If you use only left sidebar on that page, you can open file templates/ja_hotel/tpls/blocks/mainbody/one-sidebar-left.php and look for this line :

    <div id="t3-content" class="t3-content col-xs-12 col-sm-8 col-sm-push-4 col-md-9 col-md-push-3">

    update as below :

    <div id="t3-content" class="t3-content col-xs-12 col-sm-9 col-sm-push-3 col-md-9 col-md-push-3">

    next, look for this line :

    <div class="t3-sidebar t3-sidebar-left col-xs-12 col-sm-4 col-sm-pull-8 col-md-3 col-md-pull-9 <?php $this->_c($vars['sidebar']) ?>">

    and change as below :

    <div class="t3-sidebar t3-sidebar-left col-xs-12 col-sm-3 col-sm-pull-9 col-md-3 col-md-pull-9 <?php $this->_c($vars['sidebar']) ?>">
Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Adam M 8 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum