Register |
Your Cart is currently empty.
Home > Forum
Welcome, Guest

module styles
(1 viewing) (1) Guest

Dear Customers,

Feel free to submit requests if you have any questions or need assistance.

Before submitting a support request, please pay attention to the description of the corresponding product and frequently asked questions. Answers you are looking for may already be there.
When submitting a request, please include as many details on the problem as you can. This will help us understand the essence and provide you with a helpful solution.
For more information on our support conditions, view JoomPlace support policy.
THANKS FOR YOUR PATIENCE!
  • Page:
  • 1

TOPIC: module styles

module styles 4 years, 6 months ago #4184

Interesting tool and a great concept, thank you.

I have a small problem... After creating a new template based on the original site with almost everything removed except a few particulars for the left side. The style for the modules have the style removed.

What's the trick to make them look like the rest of the site modules on other pages in the same position? See the front page here...

http://www.b-street.org/index.php?option=com_frontpage&Itemid=1

and then the statistics module on this page (news)...

http://www.b-street.org/index.php?option=com_content&task=section&id=1&Itemid=2

/* ###################### MODULE SETTINGS ###################### */

table.moduletable {
width : 100%;
padding-top : 1px;
padding-bottom : 7px;
padding-left : 3px;
padding-right : 3px;
}

table.moduletable th {
font : Book Antiqua, Palatino Linotype, Palatino, Times, serif;
font-size : 13px;
font-weight : bold;
color : #FFE081;
text-align : center;
padding : 2px;
border-top : 2px solid #ff6600;
border-bottom : 2px solid #ff6600;
}<br /><br />Post edited by: quinn, at: 2007/08/04 16:34
QuinnTheAdmin
jcmichael.net

Re:module styles 4 years, 6 months ago #4232

Hello

As we have understood your request you just need to insert/replace (in your Joomla template css-file) these classes.
joomplace.com, JoomlaLMS.com
Tech Support.

Re:module styles 4 years, 6 months ago #4233

Dmitriy wrote:
Hello

As we have understood your request you just need to insert/replace (in your Joomla template css-file) these classes.


I guess I didn't make it very clear or I wouldn't have gotten the generic answer.

From my point of view, It would seem that the .css is being read since the other styles work as designed, ie: background and other parts of the .css are there. Just not the modules used in your component's layout. The stylesheet is linked in the head of the template.
QuinnTheAdmin
jcmichael.net

Re:module styles 4 years, 5 months ago #4340

Hello

Sorry for the postponed reply. From now on the solutions will be provided much faster in this topic. Please try to change the code you provided this way:

table.moduletable,
div.moduletable {
width : 100%;
padding-top : 1px;
padding-bottom : 7px;
padding-left : 3px;
padding-right : 3px;
}

table.moduletable th,
div.moduletable h3 {
font : Book Antiqua, Palatino Linotype, Palatino, Times, serif;
font-size : 13px;
font-weight : bold;
color : #FFE081;
text-align : center;
padding : 2px;
border-top : 2px solid #ff6600;
border-bottom : 2px solid #ff6600;
}
joomplace.com, JoomlaLMS.com
Tech Support.
  • Page:
  • 1
Moderators: Maria_B
Time to create page: 0.46 seconds