module suffix "text" on other module position

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Wed Sep 15, 2010 3:49 pm
Is it possible to use the modeule suffix "text" on a diffent position than the header and have the same style?

Thanks in advance,
Bruno
User avatar
Expert Boarder

GK User
Wed Sep 15, 2010 4:10 pm
it can be done im sure, but not just like that... how to do it, i don't know unfortunetly.. :)
User avatar
Platinum Boarder

teitbite
Thu Sep 16, 2010 5:15 pm
Hi

Are You talking about creating one style for modules with suffix "text"? It's really easy. Please just create classes for every elements from the module at the end of css (this way You'll overwrite any previous styles). The first word for all styles should be than:

Code: Select all
.moduletabletext {}
User avatar
Moderator

GK User
Thu Sep 16, 2010 7:26 pm
Thank you very much Teitbite, like they say... it works like a charm!

;)
User avatar
Expert Boarder

GK User
Fri Sep 17, 2010 7:02 am
hmmm teitbite, how is that working ? if i for instant want to use the "text" suffix on top2 in postnote...

just to get a general understanding cause this question will come again :)
User avatar
Platinum Boarder

teitbite
Fri Sep 17, 2010 9:51 pm
Hi

Let say You want to have an uppercased text in some positions than You will need to create a style for it. First You should think of the suffix, for example "upper". Secondly You need to create a style. Please remember that the suffix will be added at the end of "moduletable". So go to css and write:

Code: Select all
.moduletableupper {
text-transform:uppercase;
}


Wherever for module suffix You use "upper" that this class will work for it.
User avatar
Moderator

GK User
Fri Sep 17, 2010 10:15 pm
great... thanks for the css learning :) gotta take some general css leassons :D
User avatar
Platinum Boarder


cron