Mega Menu only works properly on pages, not in categories

Posted in: Newsmag
Post count: 4

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.

Post count: 23312

Hello Jorge Lopez,

Please provide your website URL so I can take a closer look at your Mega Menu. Also, provide some useful screenshots so I can identify the problem.

Thanks for the message!

Post count: 4

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
Home Page

And this is the menu appearance in category “Sociedad”

Society Category

Regards

Post count: 23312

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!

Post count: 4

Thanks a lot

I sent the email to contact@tagdiv.com

Post count: 7909

Replied via email!

Post count: 4

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

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newsmag’ is closed to new topics and replies.