Home Forums WordPress Themes – Premium Pure & Simple Child Theme Reply To: Child Theme

#41852
Sushil Adhikari
Moderator

Hi there,

You are keeping same value of padding as before.As I told 1rem == 16px. You are keeping 16px for the top value. Try keeping this code:
#content {
padding: 0 0 1rem !important;
}

Could you tell us what you need to change.

Thanks