test
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • iluminada Friend
    #176108

    Hi
    I have a new module position in header. I wrote the name in template details, the details in header file in block folder, also wrote a simple css in template.css. My problem is the position, I can’t find the style for to align the module beside social module…The module always shows up.

    The code in “header” file of block folder is (the name is “callcenter”):

    <div class=”topheader clearfix”>

    <?php if($this->countModules(‘callcenter’)) : ?>
    <div id=”ja-callcenter”>
    <jdoc:include type=”modules” name=”callcenter” />
    </div>
    <?php endif; ?>

    <?php if($this->countModules(‘search’)) : ?>
    <div id=”ja-search”>
    <jdoc:include type=”modules” name=”search” />
    </div>
    <?php endif; ?>

    <?php if($this->countModules(‘social’)) : ?>
    <div id=”ja-social”>
    <jdoc:include type=”modules” name=”social” />
    </div>
    <?php endif; ?>
    </div>

    the style is simple (in template.css)
    #ja-callcenter { float: right; margin-right: 400px; margin-top: 15px; vertical-align: top;
    }

    ¿what can happen?
    I send an image


    1. Imagen-9
    TomC Moderator
    #448336

    So that I may best try to assist you and provide you with concise guidance as to what you need to do within your template/site structure, please provide the url of the site you’re working on, as well as set “Optimize CSS” to “No” within your Template Manager–General Settings

    iluminada Friend
    #448353

    I send you a private message with the URL!

    henrik1782 Friend
    #448387

    Hi TomC

    I have setup a net position in header for a paypal donation module. But I cant figure out how to align the module to top of position. Appreciate your help…

    #ja-donate { z-index: 11; float: right; height: 60px;}


    1. donate_nex
    2. donate_nex2
    henrik1782 Friend
    #448389

    Ok.. think I got it. Changed to

    #ja-donate {
    padding: 0;
    border: none;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 45px;
    z-index: 11;
    width: 130px;
    height: 60px;
    }

    iluminada Friend
    #448735

    With this I can resolve the position trouble, only with css. Thanks.

    TomC Moderator
    #448754

    So this issue has been resolved ??

    iluminada Friend
    #448757

    yes, I completed the css style like the prev post:

    #ja-callcenter {
    padding: 0;
    border: none;
    display: block;
    position: absolute;
    right: 400px;
    bottom: 3px;
    z-index: 11;
    float: right;
    width: 135px;
    height: 64px;

    }

    Now is good..!

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

This topic contains 8 replies, has 3 voices, and was last updated by  iluminada 12 years, 7 months ago.

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