Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • pavit Moderator
    #901191

    Hi 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


    1. Screenshot_17-3
    1. newfiles.zip
    jaumequers Friend
    #901194

    Hey !! 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 Moderator
    #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 
    jaumequers Friend
    #901374

    Finally 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 !

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  jaumequers 8 years, 2 months ago.

The topic ‘Adding a position… step left’ is closed to new replies.