menu alignment

Posted in: Newspaper
Post count: 11

Hello,

I am creating a website with just 2 main menu tabs and then once you hover the mouse around, the submenu will be displayed. How can I have the submenu of one menu be displayed on right and the other submenu be displayed on the left?

Thank you!

Anas

Post count: 35449

Hi,

Using our Newsmag theme you can achieve the follow type of menus:
Main menu
Mega menu
Page Menu
If this is not what you mean, please provide some more details and some screenshots.

Thank you!

Post count: 11

Hi Calin,

Thank you. I have two megamenus. (nor sure how to attach screenshots). if you refer the website hurunhub.com, as of now both the megamenus come on the left side of the screen. Can I make the second megamenu under – “Through Quaity Lists” to come on right?

Thanks in advance!
Anas

Post count: 35449

Hi,

Yes, you can make as many mega menus you want (as many categories you have).

Thank you!

Post count: 11

HI Calin – question is on moving the menu to the right? Is that possible? Is there anything we can do there?
\

Post count: 35449

Hi,

I think that you are referring to the subcategories -> https://i.imgur.com/EzKXRYA.png unfortunately there is no option for this, but you can achieve it using a custom css like this one -> https://i.imgur.com/PaoRUzB.png
.menu-item-1067 .block-mega-child-cats {
order: 1;
border-left: 1px solid rgba(10,0,0,.05)!important;
text-align: left!important;
}

This code can be apply only on this menu from this website -> https://hurunhub.com/
The code need t be set in theme panel> custom code> custom css.

Hope that it will help you!

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