Home Forums WoodMart support forum Category Menu

Category Menu

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #510505

    hkaadan
    Participant

    I am tryin to put the catogries menu in the header instead of the menu. We have 18 categories and if the screen is small, not all the menus are showing up and its not fitting the full categories menu and if you scroll down the page, it will also not show up the lower part of the menu.

    details posted in the private section

    #510543

    Hello,

    I have checked on our device and it is showing fine. Can you please share some screenshots of the issue or send a small video for better understanding.

    Best Regards.

    #510775

    hkaadan
    Participant

    here is a video showing the issue

    Attachments:
    You must be logged in to view attached files.
    #510846

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .wd-nav-main>li>a, .wd-nav-secondary>li>a {
        height: 27px !important;
    }

    Best Regards.

    #511052

    hkaadan
    Participant

    this is not what I was asking about. I am asking about the green browse categories menu. not the other one. anyway. I removed the other menu, and kept the problematic one. please check again

    #511058

    hkaadan
    Participant

    here is video to show the issue

    Attachments:
    You must be logged in to view attached files.
    #511143

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .wd-nav-vertical>li>a {
        padding: 1px 15px !important;
        font-size: 12px !important;
        line-height: 20px !important;
    }

    Best Regards.

Viewing 7 posts - 1 through 7 (of 7 total)