I did. Not working. This is a part from my child theme.
@media screen and (max-width:600px) {
.full_width,.one_half,.one_third,.two_third,.one_fourth,.three_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth {
clear:both;
width:100%;
margin-left:0;
margin-right:0;
margin-bottom:1em;
}
.banner-box {
padding:5 0;
}
.banner-scroll {
margin-top:10px;
margin-bottom:20px;
}
section.homepage-slider p {
font-size: 15px;
width: 80%;
margin: 0 auto;
}
header.home-header.sticky-header {
}
.section-banner {
margin-top:100px;
}
}
Sorry for a long code.
@invincible739 It seems it worked if I delete it in the main theme. Since it used “important” term, I can’t override that line on the child theme. Is there a way to do it on the child theme?