Hello.
I'd like to know how to change title position for example to lower right corner or left side?
.box.title-right .header {
position: absolute;
right: 17.5%;
top: 45px;
width: auto!important;
z-index: 1;
}
.box.title-right .header {
position: absolute;
left: 17.5%;
top: 45px;
width: auto!important;
z-index: 1;
}
.overlay-1x1 .nspArt.nspCol2:nth-child(2),
.overlay-1x1 .nspArt.nspCol3:nth-child(3),
.overlay-1x1 .nspArt.nspCol4:nth-child(4),
.overlay-1x1 .nspArt.nspCol5:nth-child(5),
.overlay-1x2 .nspArt.nspCol2:nth-child(2),
.overlay-1x2 .nspArt.nspCol2:nth-child(4),
.overlay-1x2 .nspArt.nspCol3:nth-child(3),
.overlay-1x2 .nspArt.nspCol3:nth-child(6),
.overlay-1x2 .nspArt.nspCol4:nth-child(4),
.overlay-1x2 .nspArt.nspCol4:nth-child(8),
.overlay-1x2 .nspArt.nspCol5:nth-child(5),
.overlay-1x2 .nspArt.nspCol5:nth-child(10),
.overlay-2x1 .nspArt.nspCol3:nth-child(2),
.overlay-2x1 .nspArt.nspCol3:nth-child(3),
.overlay-2x1 .nspArt.nspCol4:nth-child(3),
.overlay-2x1 .nspArt.nspCol4:nth-child(4),
.overlay-2x1 .nspArt.nspCol5:nth-child(4),
.overlay-2x1 .nspArt.nspCol5:nth-child(5),
.overlay-2x2 .nspArt.nspCol3:nth-child(2),
.overlay-2x2 .nspArt.nspCol3:nth-child(3),
.overlay-2x2 .nspArt.nspCol3:nth-child(5),
.overlay-2x2 .nspArt.nspCol3:nth-child(6),
.overlay-2x2 .nspArt.nspCol4:nth-child(3),
.overlay-2x2 .nspArt.nspCol4:nth-child(4),
.overlay-2x2 .nspArt.nspCol4:nth-child(7),
.overlay-2x2 .nspArt.nspCol4:nth-child(8),
.overlay-2x2 .nspArt.nspCol5:nth-child(4),
.overlay-2x2 .nspArt.nspCol5:nth-child(5),
.overlay-2x2 .nspArt.nspCol5:nth-child(9),
.overlay-2x2 .nspArt.nspCol5:nth-child(10)
.overlay-1x1 .nspArt.nspCol2:nth-child(1),
.overlay-1x1 .nspArt.nspCol3:nth-child(1),
.overlay-1x1 .nspArt.nspCol4:nth-child(1),
.overlay-1x1 .nspArt.nspCol5:nth-child(1),
.overlay-1x2 .nspArt.nspCol2:nth-child(1),
.overlay-1x2 .nspArt.nspCol2:nth-child(3),
.overlay-1x2 .nspArt.nspCol3:nth-child(1),
.overlay-1x2 .nspArt.nspCol3:nth-child(4),
.overlay-1x2 .nspArt.nspCol4:nth-child(1),
.overlay-1x2 .nspArt.nspCol4:nth-child(5),
.overlay-1x2 .nspArt.nspCol5:nth-child(1),
.overlay-1x2 .nspArt.nspCol5:nth-child(6),
.overlay-2x1 .nspArt.nspCol3:nth-child(1),
.overlay-2x1 .nspArt.nspCol3:nth-child(2),
.overlay-2x1 .nspArt.nspCol4:nth-child(1),
.overlay-2x1 .nspArt.nspCol4:nth-child(2),
.overlay-2x1 .nspArt.nspCol5:nth-child(1),
.overlay-2x1 .nspArt.nspCol5:nth-child(2),
.overlay-2x2 .nspArt.nspCol3:nth-child(1),
.overlay-2x2 .nspArt.nspCol3:nth-child(2),
.overlay-2x2 .nspArt.nspCol3:nth-child(4),
.overlay-2x2 .nspArt.nspCol3:nth-child(5),
.overlay-2x2 .nspArt.nspCol4:nth-child(1),
.overlay-2x2 .nspArt.nspCol4:nth-child(2),
.overlay-2x2 .nspArt.nspCol4:nth-child(5),
.overlay-2x2 .nspArt.nspCol4:nth-child(6),
.overlay-2x2 .nspArt.nspCol5:nth-child(1),
.overlay-2x2 .nspArt.nspCol5:nth-child(2),
.overlay-2x2 .nspArt.nspCol5:nth-child(6),
.overlay-2x2 .nspArt.nspCol5:nth-child(7)
.gkNspPM-Portfolio2 .gkPortfolioCategories {
margin: 0;
padding: 0;
}
.gkNspPM-Portfolio2 .gkPortfolioCategories {
margin: 0;
padding: 0;
float: right;
}