.userclass > .nsp {
height: 450px;
}
Don Lee wrote:Hi,
You can add a suffix class for those modules, let's say "userclass", then add this code to override.css (with override css enabled in template setting):
- Code: Select all
.userclass > .nsp {
height: 450px;
}
Don Lee wrote:userclass is a class name I chose, you use it for all of your user modules, if you want to make the same to bottom modules, you can define a new class named "bottomclass" then do the same as above.