Reply 312332 to: Website not responsive to different desktop screen sizes

Avatar: Olga Barlow
Olga Barlow
Support staff
December 17, 2021 at 16:45

Hello,

Sorry but I’m not sure that understand your question. Do you want to show the menu in one line for that resolution? In this case you need to use custom code and reduce the font-size for example

@media only screen and (max-width: 1155px){
    .header-main-menu2.et_element-top-level .menu > li > a, .header-main-menu.et_element-top-level .menu > li > a {
        font-size: 14px;
    }
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.