- Posts: 6745
- Thank you received: 716
How do I add a new module position next to USER 1
-
milos
Support Staff - Moderator
Less
More
14 years 4 months ago #2266
by milos
Replied by milos on topic Re: How do I add a new module position next to USER 1
Sorry, I never used this tabs module, so I believe you would find information about its modding on the developer's website.
Please Log in to join the conversation.
-
trey-braid
- Visitor
14 years 4 months ago #2268
by trey-braid
Replied by trey-braid on topic Re: How do I add a new module position next to USER 1
i guess what i am asking is do i need to add styling to the layout.css for the twitter and facebook module's - change the font or background color since it looks like the background is being written from the template itself ( in my case it is a navy blue color )?
can you recommend a tabs module that you have a used in the past...
any idea why the tab flows underneath the module beneath it? see facebook or twitter tab...
thanks again
trey
can you recommend a tabs module that you have a used in the past...
any idea why the tab flows underneath the module beneath it? see facebook or twitter tab...
thanks again
trey
Please Log in to join the conversation.
-
trey-braid
- Visitor
14 years 4 months ago #2276
by trey-braid
Replied by trey-braid on topic Re: How do I add a new module position next to USER 1
to fix it i had to go in the css file for jatabs and add a background color... i then went in the theme folder for jatabs and editted that css file as well...
i also had to edit the css files for the facebook and twitter mods to... specifically the font color...
trey
i also had to edit the css files for the facebook and twitter mods to... specifically the font color...
trey
Please Log in to join the conversation.
-
trey-braid
- Visitor
14 years 4 months ago - 14 years 4 months ago #2277
by trey-braid
Replied by trey-braid on topic Re: How do I add a new module position next to USER 1
i just checked in explorer and it is out whack!!! please help me fix this!!!
milos can you give me an idea why when i expand the tabs it wants to slide under the user2 module ( see when you expand the facebook or twitter tab )
in layout.css i added this:
.news {
/*position:relative; i made inactive*/
float:right;
width:220px;
top:-35px;
margin-right:15px;
}
... you originally had me add the position: relative which didnt work - i added the float and i positioned correctly...
again this is what i added to the index.php:
<div class="news">
<jdoc:include type="modules" name="news" style="xhtml" />
</div>
thanks again
trey
milos can you give me an idea why when i expand the tabs it wants to slide under the user2 module ( see when you expand the facebook or twitter tab )
in layout.css i added this:
.news {
/*position:relative; i made inactive*/
float:right;
width:220px;
top:-35px;
margin-right:15px;
}
... you originally had me add the position: relative which didnt work - i added the float and i positioned correctly...
again this is what i added to the index.php:
<div class="news">
<jdoc:include type="modules" name="news" style="xhtml" />
</div>
thanks again
trey
Last edit: 14 years 4 months ago by trey-braid.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
14 years 4 months ago #2279
by milos
Replied by milos on topic Re: How do I add a new module position next to USER 1
Please try to add <div class="clr"></div> under the news div:
Code:
<div class="news">
<jdoc:include type="modules" name="news" style="xhtml" />
</div>
<div class="clr"></div>
Please Log in to join the conversation.
-
trey-braid
- Visitor
14 years 4 months ago #2286
by trey-braid
Replied by trey-braid on topic Re: How do I add a new module position next to USER 1
just added to the index.php--- everything looks fine in firefox; but, alas explorer blows....
can you tell me exactly where i need to be adding this in the index.php file--- i have a feeling i am adding it in the wrong place...
thanks
trey
can you tell me exactly where i need to be adding this in the index.php file--- i have a feeling i am adding it in the wrong place...
thanks
trey
Please Log in to join the conversation.
Time to create page: 0.083 seconds