Home › Forums › WoodMart support forum › Issue with page titles and spacing Issue with page titles and spacing This topic has 3 replies, 2 voices, and was last updated 4 months, 3 weeks ago by Hung Pham. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 25, 2024 at 12:43 am #575101 ottuhr.comParticipant Hi on all my pages there is a gap between the header and the content. This doesnt seem to show on my shop pages though. June 25, 2024 at 11:16 am #575247 Hung PhamKeymaster Hi ottuhr.com, Thanks for reaching to us. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS: body.home .main-page-wrapper { margin-top: 0; padding-top: 0; } body.home .whb-header{ margin-bottom: 0; } Regards, July 3, 2024 at 1:31 pm #577413 ottuhr.comParticipant Hi, how would i make this css code universal for all my pages. I seem to have the issue on all of my non shop related pages. July 4, 2024 at 8:23 am #580824 Hung PhamKeymaster Hi ottuhr.com, Please remove previous code and use below one: div.main-page-wrapper { margin-top: 0; padding-top: 0; } header.whb-header{ margin-bottom: 0; } Regards, Author Posts Tagged: header, page titles Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register