Align text in mega menu - testament theme

Hi.

I’m trying to align the text in my mega menu’s so they look more uniform and not positioned at different start points

Thanks in advance

P/W: Password

HI @SaucyPeach

This is Mike from Consentik

If this looks like you want, you can try my solution.

  1. Open Theme → Edit Code

  2. Open theme.liquid and paste this code above tag :


Hi @Mike-Consentik

I’m looking to have the 1st columns inside the menu have the same starting point. The other mega menu looks fine, i even tried making 3 columns so each menu has the same number of columns but it’s not working.

Appreciate your help

hey @SaucyPeach

You can use this CSS code:

.megamenu__wrapper:has(a[href="/collections/header-sex-toys"]) {
    margin-left: -18%;
}
1 Like