There is always an empty space at the end

News Show Pro GK5 - flexible, responsive and easily extendable free Joomla module support forum.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Sep 21, 2016 11:04 am
In News Show Pro GK5 I configured the module to show 6 items on one line with 3 columns. The animation works and the items are displayed all ... the problem is that there is a blank space at the end, as if there were to be another item. This also happens if I change the number of items to display.
User avatar
Expert Boarder

teitbite
Fri Sep 23, 2016 5:04 pm
Hi

Please tell me the url to the page where I'll be able to see this issue.
User avatar
Moderator

GK User
Wed Sep 28, 2016 8:45 am
User avatar
Expert Boarder

teitbite
Sat Oct 01, 2016 5:33 pm
Hi

Please send me an access to joomla panel. I cannot find what can be causing it, but I see that there is style file included twice.
User avatar
Moderator

teitbite
Tue Oct 04, 2016 12:55 pm
Hi

So the problem is that template has it's own style for NSP module and there is another style included from module itself. Add this code to override.css to block template's code for some features.

Code: Select all
.gkNspPM-BikestoreSlider .nspPrev, .gkNspPM-BikestoreSlider .nspNext {
    background: transparent url("../../../interface/images/bikestore_slider_interface.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 16px;
    margin-top: -8px;
    text-indent: -999em;
    width: 16px;
}

.gkNspPM-BikestoreSlider .nspNext {
    background-position: -16px 0;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
}

.gkNspPM-BikestoreSlider .nspPrev {
    left: 0;
    position: absolute;
    top: 50%;
    z-index: 1;
}
User avatar
Moderator


cron