Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • evecoll Friend
    #877365

    Why does the template lose the path for the background pic as soon i changed the space for the header and the sidebar?

    I need a positoin for
    – header
    – Footer

    Your tempaltes are amazing!

    Ninja Lead Moderator
    #878324

    Hi

    You can change the space header and sidebar on your site with my tweak

    • Open templates/ja_wall/css/layout.css file
    #sidebar {
      margin-left: -240px;
      position: fixed;
      top: 200px; /* Space for header */
      width: 250px;
    }
    #container .main {
      padding-top: 200px; /* Space for header */
      padding-right: 0.1%;
    }

    to

    #sidebar {
      margin-left: -240px;
      position: fixed;
      top: 60px;/* Space for header */
      width: 250px;
    }
    
    #container .main {
      padding-top: 60px;/* Space for header */
      padding-right: 0.1%;
    }
    • About to add new position, you can follow step

    Open templates/ja_wall/index.php file and add it code anything on your site

    <?php if ($this->countModules('new-position')): ?>
                    <jdoc:include type="modules" name="new-position" />
            <?php endif; ?>

    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  Ninja Lead 8 years, 2 months ago.

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