Rustic Theme Menu Alignment

Hello,

Hoping this will be a simple one. Is there a bit of CSS code I can place in my site to left justify the menu vs having it centered in this theme?

Thanks,
Derek

This CSS should work. It may not need the “!important” directive depending on where it gets inserted. I’d try without and add it back only if needed. Personally, I prefer them centered. Nice GSD, btw.

/* Left Align Menu Items */
#main_navigation ul {
    text-align: left !important;  
}

edit: formated CSS as code.

1 Like

Thank you, worked perfectly without the “!important”. Code placed in the global site settings css code section.

1 Like

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