Home Forums WoodMart support forum Spacing issue: Arrow is too far from the text in the Categories Menu

Spacing issue: Arrow is too far from the text in the Categories Menu

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

    orosdi-pak
    Participant

    “Hello WoodMart Team,

    I am using the WoodMart theme and I’m having an issue with the Departments (Categories) menu in the header. The dropdown arrow is appearing too far to the left, away from the word ‘Departments’.

    I want the arrow to be right next to the text (Inline). I have tried adjusting the Column alignment and Row flex layout, but the button still stretches to full width.

    Could you please provide the correct CSS or setting to make the Categories button width ‘Auto’ so the arrow stays close to the text?

    Thank you!”

    #705638

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to add the following custom css code in Theme Settings > Custom CSS > Custom CSS for desktop:

    .wd-header-cats.wd-style-1 .menu-opener {
        min-width: 170px !important;
    }

    Best Regards,

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