Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
librandi Friend
librandi
- Join date:
- February 2012
- Posts:
- 587
- Downloads:
- 89
- Uploads:
- 163
- Thanks:
- 123
- Thanked:
- 2 times in 2 posts
February 2, 2016 at 12:42 pm #874307Hi,
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
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
February 3, 2016 at 10:56 am #875288Hi @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']) ?>">
AuthorPostsViewing 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