Template Indigo 2.1.0 - Menu Alignment - Question | JoomShaper

Template Indigo 2.1.0 - Menu Alignment

M

Martin

Template 6 months ago

The right mega menu is displayed across the entire menu width and is centred.

This setting is not possible for the left mega menu. The menu width is set to "Total", but it is more left-aligned.

Is there a bug and could it be fixed?

https://prnt.sc/GFmLHN3D-ltR

0
6 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 6 months ago #135990

I have used this CSS to

Template Options -> Custom Code -> Custom CSS

/* hides the registration button */
.registration-btn{
    display: none !important;
}

/* fixes the left menu dropdown */
#sp-menu .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full{
    right: auto;
    left: -15px;
}

Please check your issues now.

0
M
Martin
Accepted Answer
6 months ago #135458

One more thing: Even though the user registration is deactivated, this option is still displayed.

https://prnt.sc/XzOH-L091ycd

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 6 months ago #135879

Hello Martin

Apology for the inconvenience. Please share your administrator access here to check the issue. Use the Hidden Content box to share the credentials. Make sure that you have a full site backup with you before sharing.

Best regards

0
M
Martin
Accepted Answer
6 months ago #135901

THX Ofi! :)

0
M
Martin
Accepted Answer
6 months ago #136033

Thanks a lot Ofi!

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 6 months ago #136048

You are welcome 😊

0