NS Pro GK 4 navigation arrows showing up in upper corner of the website and not with the module. How do I fix this?
Hate Your Rivals: module section
website: http://www.secbattles.com
Thanks
login: demo
pass: demouser
dziudek wrote:Please always remember to add the " nsp" suffix (with the space at the beginning) for all News Show Pro module instances which have a navigation arrays or pagination buttons.
dziudek wrote:Could you provide an access data to your website? Because now it is offline.
/* topinterface suffix for NSP module */
.topinterface .nspMain {
padding-top: 18px!important;
}
.topinterface .nspTopInterface > div {
top: -2px!important;
}
dziudek wrote:Probably it is connected with lack of the module title, but you can solve it by creating new suffix named " topinterface" - to make it working please put this suffix in the problematic modules and in the gk.stuff.css file please add following code:
- Code: Select all
/* topinterface suffix for NSP module */
.topinterface .nspMain {
padding-top: 18px!important;
}
.topinterface .nspTopInterface > div {
top: -2px!important;
}
mooreg42 wrote:I added the code and the suffix, but the navigation is still in overlapping the article. Also using the new code I can't use the background I would like to use for the module.
See: Hate Your Rivals section
website: http://dev.secbattles.comdziudek wrote:Probably it is connected with lack of the module title, but you can solve it by creating new suffix named " topinterface" - to make it working please put this suffix in the problematic modules and in the gk.stuff.css file please add following code:
- Code: Select all
/* topinterface suffix for NSP module */
.topinterface .nspMain {
padding-top: 18px!important;
}
.topinterface .nspTopInterface > div {
top: -2px!important;
}
dziudek wrote:I don't understand - why you cannot combine suffix topinterface and suffix responsible for the different background color?
The topinterface suffix doesn't change the background so it shouldn't interfere with the other suffixes.
dziudek wrote:You have to just put two suffixes separated by space i.e.:
- Code: Select all
nsp topinterface