Home / Forums / WoodMart support forum / sticky navigation
Home › Forums › WoodMart support forum › sticky navigation
sticky navigation
- This topic has 9 replies, 2 voices, and was last updated 10 months, 2 weeks ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
August 10, 2025 at 3:29 pm #678976
ferhatonalParticipantI need to change the width measurement of the sticky navigation. The product names I wrote in the menu are very long. How can I do this?
August 11, 2025 at 12:10 pm #679133Hello,
Could you please share some screenshots of the issue where you want to change the width? This will help me better understand the problem and provide you with a suitable solution. Also share the page URL of your site.
Best Regards,
August 11, 2025 at 1:10 pm #679176
ferhatonalParticipantIn the first image, you can see the area I have marked with a square. I need to slightly increase its width. When I use the following code:
.wd-sticky-nav:is(:hover, .wd-opened) { width: 500px; }It turns into the appearance shown in the second image. I am adding this code in Woodmart Theme Settings → Custom CSS → Global Custom CSS section.
As for sharing the link, I am currently running the project locally. Once I finish the site, I will upload it to a host. Could you help me with this issue?Best Regards,
Attachments:
You must be logged in to view attached files.August 12, 2025 at 9:26 am #679296Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS. You can adjust the values in the code as needed to match your exact requirements.
.wd-sticky-nav-enabled { --wd-sticky-nav-w: 70px; /* default collapsed width */ } /* Set expanded sticky nav width */ .wd-sticky-nav:is(:hover, .wd-opened) { width: 320px !important; }Best Regards,
August 12, 2025 at 12:03 pm #679438
ferhatonalParticipantWhen I added the code you provided, it didn’t produce a different result from what I had done. I am sending you another image; please pay attention to the area I marked with a square. The HTML blocks are positioned above the sticky navigation. Shouldn’t we give a left margin to the HTML blocks? Also, you are responding too late.
Attachments:
You must be logged in to view attached files.August 12, 2025 at 1:02 pm #679502
ferhatonalParticipantPlease respond to this matter. I receive your replies after one day, and this delays my work.
August 12, 2025 at 2:21 pm #679530Hello,
We need to check your site admin access. While your site is on the localhost, we cannot do it. Can you move your site on a live staging host?
Best Regards,
August 12, 2025 at 3:07 pm #679570
ferhatonalParticipantAlright, I have set it up on a subdomain of my own hosting. You can access it at
August 12, 2025 at 11:27 pm #679682
ferhatonalParticipantI have solved it with this code, so you no longer need to log in to the system:
.wd-nav-sticky .wd-dropdown-menu.wd-design-full-height { margin-left: 145px; }August 13, 2025 at 11:22 am #679811Hello,
We are glad that you managed to solve the problem yourself. You are Great!!!
If you have a moment, we’d really appreciate your feedback — it helps us improve the theme and shape future updates: https://tally.so/r/w4l54k
Thanks again for contacting us.
Topic closed.
Best Regards, -
AuthorPosts
The topic ‘sticky navigation’ is closed to new replies.
- You must be logged in to create new topics. Login / Register