Forum replies created
In reply to
Boxed Layout & Mega Menu shifted right
Thanks for the response! But it doesn’t fix my issue with the mega menu drop down being offset. I added the following CSS and it sort of fixes my issues, but if I change my menu items it needs adjusted.
#wrapper .t4p-megamenu-wrapper {
width: 1000px;
left: -873px !important;
}
Is there a better way to achieve what I’m looking for?
In reply to
Bottom of page hides background
Yes, thanks!