I'm struggling with my sub menu layout and need some assistance in fixing it. I've tried numerous times to adjust it using CSS, but without success. Here is the link to my menu. I'm still learning CSS and could really use some guidance:
#megaMenu #megaST .no-megamenu .menu-row.sub-menu-0 {
top: 44px;
left: 0px !important;
}
#megaMenu #megaST .no-megamenu .menu-row.sub-menu-0 li {
width: auto;
float: none;
position: relative;
}
#megaMenu #megaST .no-megamenu .menu-row.sub-menu-0 li.item-parent:after {
content: '\e879';
position: absolute;
top: 6px;
right: 10px;
font-family: "fontello";
}