Recently, I had a question/request which was solved in a clever way:
https://kriesi.at/support/topic/pagination-for-individual-portfolio-items
However, the css of the pagination does not work very well. See:
http://nedimhazar.com/hakkimizda/
which css code must I alter?
Best, thanks in advance,
Nedim
Hey!
Please try following css code
div.pagination br {
display: none !important;
}
Best regards,
Peter
Thanks Dude that works fine.