Center submenu items

Hello! I tried some css codes found on the forum but none worked… How can I center the submenu box so that it aligns with the menu text?

Hello Minna,

Thanks for writing to us.

It is not possible to advise you with only a scrreenshot. Would you please share your exact site URL so that we can investigate your site settings and advise you properly?

Thanks

Oops, I’m sorry, I added the login details as a secure note. (site not live yet)

Hi Minna,

What you are trying to do will require some CSS customization. Regretfully, customization is outside the scope of our theme support. You may seek 3rd party developers to help you with your problems or you can avail One where we can answer questions outside of the features of our theme.

On the other hand, if you are proficient with CSS, the right CSS selector to adjust the submenu is or you can use inspect element to know the CSS class:

.masthead-inline .x-navbar .desktop .sub-menu {
	// your css code here
}

Hope that helps and thank you for understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.