Home Forums WoodMart support forum Sticky Navigation

Sticky Navigation

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #697690

    ritso3124
    Participant

    Is it possible to increase the Width of the bar shown in this prints? I have been trying to change it with some code and nothing changed, I want to increase the width mainly because I want to increase the logo size too, something that I haven’t managed to do yet.

    https://prnt.sc/QUQYwsIhw8jx
    https://prnt.sc/1CC4HwA7jWnV

    If possible, I would appreciate help with this matter.

    #697763

    Hello,

    Please add below Custom CSS code to Theme Settings > Custom CSS.

    .wd-sticky-nav {
        width: 100px !important;
    }
    
    .wd-nav-vertical.wd-nav-sticky > li > a .wd-nav-img {
        width: 50px !important;
        height: 30px;
    }
    .wd-sticky-nav-title:before {
        font-size: 24px; 
        margin-left: 12px !important;
    }
    
    .wd-sticky-nav:is(:hover,.wd-opened) {
        width: 275px !important;
    }

    Best Regards,

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