Hello,
i d like to change the width of the (drop down) field.
thing is – the text (description/post titel) is longer and it breaks at the end – that means the width does not go with the length of the menu-description…
any idea how to change the value?
thanks in advance
Pedro
Hi,
Please add this on your custom.css
.responsive #header_main_alternate .mobileMenu {
margin: 16px auto;
}
.responsive #top .mobileMenu {
width: auto;
padding: 10px 4px;
}
Regards,
Ismael
thanks.
i tested it – didnt make any difference – nor PC nor smartphone…
i also tried different values to see if there is any other change. unfortunately everything stays the same.
any idea why?
i an using firefox latest version, btw.