• Resolved Gunivortus

    (@gunivortus)


    Hi,

    at the mentioned site, I would like to have the font of the menu items somewhat bigger, and semibold, and the menu centered.
    How can I get that?

    • This topic was modified 3 years, 10 months ago by Gunivortus.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @gunivortus ,

    May be worth trying this kind of additional CSS :

    :root {
        --primary-nav--font-size: var(--global--font-size-lg);
        --primary-nav--font-weight: var(--heading--font-weight-strong);
    }
    
    @media only screen and (min-width: 482px) {
    	.primary-navigation {
    		position: relative;
    		margin: auto;
    	}
    }

    Good luck
    Etienne R

    Thread Starter Gunivortus

    (@gunivortus)

    Hi Etienne,
    thank you for replying!
    Added the above to the custom css, but it did not cause any changes.

    Kind regards,
    Gunivortus

    Thread Starter Gunivortus

    (@gunivortus)

    Thank you Oliver, will go to that support forum.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu layout’ is closed to new replies.