Okay
  Public Ticket #3393448
Off canvas menu dropdown
Closed

Comments

  •  8
    marknorm14 started the conversation

    Hi - im struggling to style the drop-downs on mobile (Branding / Creative Design)

    Essentially I want the dropdown text to be smaller than top level nav on mobile

    many thanks

  •  2,958
    Andrew replied

    Hello Mark,

    Thank you for reaching out to us.

    Could you share a screenshot of what you're looking to achieve so we can advise?

    Kind regards,

  •  8
    marknorm14 replied

    Those 2 sub menu items to be smaller please,

    thanks,

    Attached files:  Screenshot 2023-06-15 at 15.30.12.png

  •  1,877
    Judith replied

    Hi there,

    Please try this css:

    #slide-out-widget-area.fullscreen-split .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text, .material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text {
        font-size: 18px;
    }

    Thanks.

  •  8
    marknorm14 replied

    thanks - although that targets 'enquire now' too...is it possible to target the dropdown items only?

  •  2,958
    Andrew replied

    Hello again,

    Thank you for getting back to us.

    Try replacing the previous CSS with this on and let me know how it goes.

    #slide-out-widget-area.fullscreen-split .off-canvas-menu-container .menu-item-has-children.menu-title-text, 
    .material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .menu-item-has-children .menu-title-text {
        font-size: 18px;
    }
    

    Kind regards,

  •  8
    marknorm14 replied

    that's great Andrew....then finally id just like to close up the spacing between the dropdown list items...and add padding above and below them


    many thanks as always