Help ! Emergent! website’s header didn’t work normally
-
Hi,
Could you kindly help to check my website’s header, it can’t be showed normally, I have adjusted it for some time as it is not at the top of window and the sticky navigation also can’t work.
Best regards.
Cathy
Hi, don’t worry about this problem, I have fixed it by myself. thanks for bothering.
Cathy
This problem seems caused by my litespeed cache. I reset it, seems work normally.
Very confused, even the website shows seems normal in FIREFOX browser, but the Chrome browser still have problems even I cleared all the history reviewed data and make the cache purged.
Hello,
Now I have checked your site in both Chrome and Edge browsers and the header is showing fine.
See Screenshot for clarification: https://postimg.cc/8j4xbwRv
Please try clearing your browser cache/site cache or checking in incognito/private mode to confirm. Let me know if you’re still facing the issue consistently on your end.
Best Regards,
No, the website still showed very strange in my Chrome browser. the head is not at the top and the sticky heander doesn’t work. I hope it is not related to the WOODMART.
Another question: how to make the page title space be boxed ? I didn’t find anywhere to control and make the page title background not to be fullsize, otherwise it looks very ugly.
Best regards
Attachments:
You must be
logged in to view attached files.
Hello,
01. I have again checked your site in Chrome browser and it is showing fine. Please try clearing your browser cache/site cache or checking in incognito/private mode to confirm.
02. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-page-title {
max-width: 1200px !important; /* Adjust width as needed */
margin: 0 auto;
}
Best Regards,