Hi,
Have been on it for hours and can’t reproduce what I have done on another website
On https://myjapanguide.com/ I would like the “destination” menu to be 750pc and columns 250px each
Anyone to please give me the right css.
Thank you
Hey koomo,
Thank you for the inquiry.
Try to add this css code to adjust the width of the mega menu container under the Destinations menu item:
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
#top #wrap_all #menu-item-35451 .avia_mega_div > .sub-menu {
width: 750px !important;
}
#top #wrap_all #menu-item-35451 .avia_mega_div {
width: 750px !important;
overflow: visible;
max-width: 750px !important;
}
#top #wrap_all #menu-item-35451 .avia_mega_div > .sub-menu > li {
width: 250px;
}
}
Best regards,
Ismael