• Resolved barritwinn

    (@barritwinn)


    Is it possible to change the width of individual drop down menus?

    The opponents filter I would like wider and can narrow date and season to accommodate this.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Paul

    (@paulplapsa)

    Hello @barritwinn,

    Thank you for reaching out to us.

    You can use CSS to do this. The elements can be targeted like in the example bellow:

    #widget_fx_categories-31 {
        width: auto;
    }
    
    #widget_fx_categories-32 {
        width: auto;
    }
    
    #widget_fx_categories-33 {
        width: auto;
    }
    
    #widget_fx_categories-34 {
        width: auto;
    }
    
    #widget_fx_categories-35 {
        width: auto;  
    }

    You can keep the ‘auto’ setting from the example or tweak it using specific values. To use this code you can add it to your website using the Customizer interface: WordPress -> Appearance -> Customize -> Additional CSS.

    Best Regards,
    Paul

    Thread Starter barritwinn

    (@barritwinn)

    i’ve added that custom css but theres no change on the website….

    https://www.leytonorientprogrammes.co.uk

    Thread Starter barritwinn

    (@barritwinn)

    Can anyone help?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Widget Width’ is closed to new replies.