Home Forums WoodMart support forum How can I increase the size of the icons in the left-hand menu?

How can I increase the size of the icons in the left-hand menu?

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

    dmitry.repida
    Participant

    Also, there’s another issue: on the homepage, the left-hand menu looks one way, but on the Shop page, the same menu looks different. What is causing this? I’d like it to look the same as it does on the homepage.

    #723001

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    01. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    /* increase icon size */
    .wd-sticky-nav .wd-nav-sticky > li > a .wd-nav-img {
        --nav-img-width: 40px !important;   /* smaller icons */
        --nav-img-height: 40px !important;
    }
    .wd-sticky-nav .wd-nav-sticky > li > a {
        padding: 4px 8px !important; 
    }

    02. Your issue has been resolved. Please check back your site and check the issue.

    See Screenshot for clarification: https://postimg.cc/LJFm6CZG

    Best Regards.

    #723311

    dmitry.repida
    Participant

    It works, but not completely. There’s still one issue: the product list is displayed vertically instead of horizontally, like it is on the homepage.

    #723324

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards

    #723328

    dmitry.repida
    Participant

    Attached authorization data

    #723330

    dmitry.repida
    Participant

    And this on screenshot.

    Could you please explain what the issue was and how I can fix it in the future if it happens again?

    #723355

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Check each menu and disable Ajax loading for those that don’t have the HTML Block assigned and check the issue after completely clearing the cache.

    Best Regard

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