How to use Hueman-Child-Master them for customization
-
Hello All,
Sorry for this novice question. When I use the plugin “One Click Child Them” it creates a style.css with almost blank line and we can put our codes directly. But the child them supplied for this Hueman has different sections
@import url(“../hueman/style.css”);
————-
/* Global */
.mystyle {}
@media only screen and (min-width: 720px) and (max-width: 800px) {
.mystyle {}
}
/* Mobile – 480px & 320px */
@media only screen and (max-width: 719px) {
.mystyle {}
}
/* Mobile – 320px */
@media only screen and (max-width: 479px) {
.mystyle {}
}So where do I exactly add my changes in this file. Reason I am asking is, I added some code just before /* Global */ but changes reflected only when accessed from laptop but not from mobile ??
Thanks again,
Avinash
- The topic ‘How to use Hueman-Child-Master them for customization’ is closed to new replies.