deep numbering and chapter wise numbering are getting affected simultaneously

Having trouble installing Oxygen? Got a bug to report? Post it all here.
Manohar_1024
Posts: 53
Joined: Wed Mar 27, 2019 10:12 am

deep numbering and chapter wise numbering are getting affected simultaneously

Post 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