Home › Forums › WoodMart support forum › Need help with Site Width. › Reply To: Need help with Site Width.
July 20, 2023 at 2:44 pm
#482952
Luke Nielsen
Keymaster
Hello,
1. Could you please disable the server cache? so then we can check it properly.
2. On the staging site, I have defined the Shop page and it works well, here is a screenshot: https://take.ms/cw9vF
Read the below documentation on how to customize permalinks:
https://wordpress.org/documentation/article/customize-permalinks/
3. The below code will help you remove that gap:
.whb-general-header .wd-dropdown {
margin-top: 10px;
}
Paste it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
As for the HTML Block, you need to edit it and add to the section a negative margin (-30px): https://take.ms/wedaf
Then clear the cache and recheck the issue.
Kind Regards