Replies: 0
I am using Hueman 3.1.7. I want to remove the white space in content/home page only and not the rest of the pages. I did this using the following in my child theme editor but it applies to other content as well. How do I do it to my index/homepage only?
Please help.
#page .content .pad {
padding: 0px !important;
}