Hi!
I have a problem setting a Mega Menu Page option.
In any page, it shows very nice: a 3 columns menu built with visual composer. But when i go to a category, the CSS seems to break: a row, a column.
Thanks.
Hi Catalin
The website has a “under construction” plugin that requires user/password for view it. How i can send you a private access?
Anyways, here you have 2 screenshots:
Home Page, the “Noticias” tab is the Mega Menu Page

And this is the menu appearance in category “Sociedad”

Regards
Hello Jorge Lopez,
Please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect it closer your setup page. Provide there the link to this topic so we can easily identify you.
Thanks for the message!
Thank you, but i founded a different sollution, only doing a CSS trick and not reinstalling. If it can be useful for someone with the same problem.
.td-mega-grid .td-pb-span4 {width: 340px;position: relative !important;}
.td-mega-grid .vc_column_container>.vc_column-inner {
padding-left: 0px;
padding-right: 0px;
}
.td-mega-grid .vc_row {
margin-left: 0px;
margin-right: 0px;
}
@media (max-width: 1023px) and (min-width: 768px){
.td-mega-grid .td-pb-span4 {
width: 252px !important;
}
}
Seems that something went wrong with some classes. Inserting this in the child style file solved it.
Regards