okay so when my website is in full screen desktop mode my menu items sit to the left
has anyone here been able to centre this and if so how did u manage to do this
many thanks
okay so when my website is in full screen desktop mode my menu items sit to the left
has anyone here been able to centre this and if so how did u manage to do this
many thanks
Hi @CatchaCloud ,
Some of us developers do not have access to a paid theme, it would be great if you can share your website so we can give you an specific code
hi there thanks for the reply
my website is http://catchacloud.co.uk
i will set the viewing password to your name once you have taken a look can u reply so i can change it back as i am under development right now
Got it. Thank you
Here you go.
ul.navmenu.navmenu-depth-1 {
margin: auto;
}
Hi @made4Uo ,
You can solve it by adding this CSS code to your theme.css file
.site-navigation {
justify-content: space-around !important;
align-content: space-around;
}