-
AuthorPosts
-
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
March 7, 2016 at 10:42 pm #896295Hi there
For example on this page I want the latest news on the right – http://empsolutionsinc.com/contact
Seems you solved it already
I can see a latest news module on the left sidebar
Or you want to move it on the right ?
billrust Friendbillrust
- Join date:
- March 2011
- Posts:
- 121
- Downloads:
- 35
- Uploads:
- 13
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
March 7, 2016 at 10:47 pm #896296I want to move it to the right. Currently it is on the left.
Bill
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
March 7, 2016 at 10:51 pm #896298I switched it to right
I created a new template style ( EMP Content-left ) and assigned to it the content-left layout
Then i assigned this template style to the contact menu item
P.S.
If you want to enarge the space for contact form and sidebar you can edit this file /templates/ja_elicyon/tpls/blocks/mainbody/one-sidebar-right.php
and change the col-md value for main content and sidebar-right
<!-- MAIN CONTENT --> <div id="t3-content" class="t3-content col-xs-12 col-sm-8 col-md-9"> <?php if($this->hasMessage()) : ?> <jdoc:include type="message" ></jdoc:include> <?php endif ?> <jdoc:include type="component" ></jdoc:include> </div> <!-- //MAIN CONTENT --> <!-- SIDEBAR RIGHT --> <div class="t3-sidebar t3-sidebar-right col-xs-12 col-sm-4 col-md-3 <?php $this->_c($vars['sidebar']) ?>"> <jdoc:include type="modules" name="<?php $this->_p($vars['sidebar']) ?>" style="T3Xhtml" /> </div> <!-- //SIDEBAR RIGHT -->
example : if you change both col-md to 6 result will be as showed below
billrust Friendbillrust
- Join date:
- March 2011
- Posts:
- 121
- Downloads:
- 35
- Uploads:
- 13
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
March 7, 2016 at 11:35 pm #896308Looks great, thanks. Where I went wrong was not duplicating the template then re-assigning. I tried using one of the default styles I think.
I may resize those columns later, thanks for the tip.
Bill
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by billrust 8 years, 8 months ago.
The topic ‘Using content left layout throws error’ is closed to new replies.
Using content left layout throws error
Viewing 4 posts - 1 through 4 (of 4 total)