-
AuthorPosts
-
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
March 17, 2016 at 11:30 am #901191Hi there
You have syntax errors in your codes
I recreated default.php and bottom-inside.php and attached at this post try to change your files with mine
Let me know if it is working as you wish
jaumequers Friendjaumequers
- Join date:
- September 2013
- Posts:
- 87
- Downloads:
- 38
- Uploads:
- 27
- Thanks:
- 16
- Thanked:
- 2 times in 2 posts
March 17, 2016 at 11:41 am #901194Hey !! Thank you very much !!
The difference between my version and yours is "container" class in the DIV
_<div class="t3-bottom-inside <?php $this->c(‘bottom-inside’) ?> container">
I need this "container" or a way to "put inside" (aligned with the content, with the margins and paddigns equal to the content container) the modules in that position .
Thanks !
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
March 17, 2016 at 12:21 pm #901214<div class="t3-bottom-inside <?php $this->c(‘bottom-inside’) ?> container">
You can use this format <div class="yourclass <?php $this->c(‘bottom-inside’) ?> "> then customize it via custom.css file
.yourclass margin-left:xxpx; margin-right:xxpx; etc etc
1 user says Thank You to pavit for this useful post
jaumequers Friendjaumequers
- Join date:
- September 2013
- Posts:
- 87
- Downloads:
- 38
- Uploads:
- 27
- Thanks:
- 16
- Thanked:
- 2 times in 2 posts
March 17, 2016 at 4:40 pm #901374Finally I make
<div class="t3-bottom-inside <?php $this->_c('bottom-inside') ?> "> <div class="container"> <jdoc:include type="modules" name="<?php $this->_p('bottom-inside') ?>" /> </div> </div>
And worked better
Thanks anyway for your help !
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by jaumequers 8 years, 8 months ago.
The topic ‘Adding a position… step left’ is closed to new replies.
Adding a position… step left
Viewing 4 posts - 1 through 4 (of 4 total)