8THEME8
8THEME
May 11

Elementor 8theme-Menu Responsive

Hi It would be easier to make the website responsive if Elementor's 8theme-menu element had responsive options for Style, Align and maybe Extra class name (https://prnt.sc/1qtgxrh). This sort of things: https://prnt.sc/1qth3cs
ReviewingReviewing

May 11, 2026

Hello @Alex, Thanks for writing us ! Let's see how many voices will be added to this request to implement it, ok ? For now you may use custom css as you wrote below. Regards, Jack Richardson

May 11, 2026

A workaround is using custom css. for example: @media only screen and (max-width: 767px) { ul#menu-services-english { text-align: left !important; }}