-
AuthorPosts
-
iluminada Friend
iluminada
- Join date:
- September 2010
- Posts:
- 128
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
April 13, 2012 at 5:05 pm #176108Hi
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
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 13, 2012 at 5:13 pm #448336So 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 Friendiluminada
- Join date:
- September 2010
- Posts:
- 128
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
April 13, 2012 at 8:42 pm #448353I send you a private message with the URL!
henrik1782 Friendhenrik1782
- Join date:
- October 2011
- Posts:
- 109
- Downloads:
- 0
- Uploads:
- 35
- Thanks:
- 20
- Thanked:
- 5 times in 1 posts
April 14, 2012 at 8:54 am #448387Hi 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;}
-
henrik1782 Friend
henrik1782
- Join date:
- October 2011
- Posts:
- 109
- Downloads:
- 0
- Uploads:
- 35
- Thanks:
- 20
- Thanked:
- 5 times in 1 posts
April 14, 2012 at 9:15 am #448389Ok.. 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 Friendiluminada
- Join date:
- September 2010
- Posts:
- 128
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
April 17, 2012 at 1:17 pm #448735With this I can resolve the position trouble, only with css. Thanks.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 17, 2012 at 4:06 pm #448754So this issue has been resolved ??
iluminada Friendiluminada
- Join date:
- September 2010
- Posts:
- 128
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
April 17, 2012 at 4:13 pm #448757yes, 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..!
-
AuthorPosts
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
Jump to forum