Konrad M wrote:Hi,
yes you can do this in NSP module settings. In Article Layout section.
Konrad M wrote:Sorry I thought that your description will be a few first words from text article.
Konrad M wrote:Please set NSP in this way:sample.png
Konrad M wrote:May I got url to your site?
.mysuffix .nspText a {
font-size:10px !important;
}
Konrad M wrote:Please add suffix to this module for example ' mysuffix'. Remember about white space before suffix name. Then please add to override.css
How can I add a suffix to this module ( think it has already one)? white space, what's that?
How can I add something to override.css?
Thanks
- Code: Select all
.mysuffix .nspText a {
font-size:10px !important;
}
and remember to enable override.css option in template settings.
Konrad M wrote:You can add more than one suffix to module, just add suffix name after last suffix in module settings. Remeber about space between suffix names. You can add something to override.css via ftp or in joomla admin manager.
.mysuffix .nspText {
padding: 0px !important;
}
Konrad M wrote:Please add to override.css
- Code: Select all
.mysuffix .nspText {
padding: 0px !important;
}
.mysuffix .nspText {
padding: 0px !important;
}
.mysuffix p.nspText a {
font-size: 10px !important;
padding-top: 5px !important;
}
Konrad M wrote:Please change code I gave you to this one:
- Code: Select all
.mysuffix .nspText {
padding: 0px !important;
}
.mysuffix p.nspText a {
font-size: 10px !important;
padding-top: 5px !important;
}
and in first article you have couple white spaces inside article and they make extra space. Please compare with second slide.