Pinboard : How to resize the submenu width ?

Viewing 3 posts - 1 through 3 (of 3 total)
  • #18416
    GELOT
    Participant

    Hello,

    I appreciate the theme pinboard.
    How to resize the submenu width (decrease the width of the submenu) ?

    Best regards

    Philippe Gelot

    #18418
    Daniel Tara
    Keymaster

    Add this to your custom styles:

    #access li ul {
    	min-width: 240px;
    }

    Replace the value 240px with your desired width.

    #18426
    GELOT
    Participant

    Resolved,

    Thank you very much Daniel

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

You must be logged in to reply to this topic.