Hello everyone, how I can move the arrows bottom to the module?
defalut of arrows only show at the top
thanks
.nspTopInterface {
margin: 0 0 0 -47px !important;
position: fixed;
width: 40px;
}
Bover Freire wrote:Thanks a lot for the try, but it does nor work, see the picture. The pagination is fixed and does not scroll with the screen.
.nspTopInterface {
margin: 0 !important;
position: absolute;
bottom: 0;
}
.nspArts {
position: relative;
padding-bottom: 35px;
}
.nspTopInterface {
bottom: 0;
position: absolute;
right: 0;
}
teitbite wrote:Hi
Please add this to css:
- Code: Select all
.nspArts {
position: relative;
padding-bottom: 35px;
}
.nspTopInterface {
bottom: 0;
position: absolute;
right: 0;
}