Strange menu

Posted in: Newspaper
Post count: 111

Hello Team,
For a reason I can’t see, the secondary menu in the home page:

A) https://www.captainforest.com/ or this page : https://www.captainforest.com/about/
-> here you see “human powered media” in one line

B) Is different from the second menu in this page: https://www.captainforest.com/subscription-plans/
or this page : https://www.captainforest.com/webtv/ or this page : https://www.captainforest.com/contact-us/

-> here you see “human powered media” in two lines

I copied pasted the entire second menu from home page to the other subscription plan page -> it changes nothing.

Do you know why?

Post count: 35449

Hi,
Use tagdiv composer on elements that are on 2 lines and check the width, I see that now this is set on 330px set the width 100%.
In case that you can not find the option you can use this custom css:
.tdm_block_inline_text_simplified_2.tdi_59 {
width: 100% !important;
}

Thank you!

Post count: 111

Yes it worked thank you. And you can notice sometimes there is this bug.. you see the secondary menu text above the header menu
-> put the mouse of the computer on one of the categories in the header, and you will see the elements of the secondary menu (about, contact, etc.) written on the top of the mega menu : https://www.captainforest.com/
Do you know how I can fix this?

Post count: 35449

Hi,
I think that I know what you mean, when the mega menu is used the menu under it is visible inside of mega menu, this is because the z-index on mega menu background is not so strong like the one from the second menu. What you need to do is to use tagDiv Composer, edit the homepage and select the first menu and in css tab set the z-index 9999 – https://i.imgur.com/e54a4O0.png
I hope this will help you!
Thank you!

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