Page 1 of 1

deep numbering and chapter wise numbering are getting affected simultaneously

Posted: Thu Mar 28, 2019 10:46 am
by Manohar_1024
Hello,
When i am trying to put chapter wise page numbering, then the deep numbering is getting affected as i am getting 2.4,2.5 instead of 2.1,2.2etc.
Here is the css style i have used for chapter wise page numbering.

Code: Select all


*[class ~= "topic/topic"][is-chapter] {
counter-reset: page !important;
}
So please help me in this problem