Quote:
Originally Posted by ka99
Thanks Chicoynano
I dont need to add a variable, I was asking how can I change the width (make it more wider)
Thank you.
|
You can add this code in the chicoynanonavegacionforum template inside <style> </style> make sure the dimensions of your forum and that it looks good on mobile phones fit your taste. You can also add this code in ADDITIONAL CSS
Code:
.b-comp-menu-dropdown__content {
left: -113px !important;
right: -72px !important;
}