Tagged: menu alignment, support
Hi,
Sorry if this has already been covered but novice help required please!
I am using the enfold construction demo and want to change the alignment of the main menu from left to centre. I have selected the “logo left, menu below” from the position option but I would like to have the menu centre aligned. I tried a couple of quick CSS changes mentioned in other posts but nothing seemed to change?? Am I doing something wrong?
Help much appreciated but please treat me gentle as I am new to this customisation lark!
Thanks.
Hey Emma,
use this code inside of Quick CSS field in Enfold->General Styling->Quick CSS
#avia-menu {
margin-left: 30%;
}
and adjust the % value as needed.
Best regards,
Andy
Andy you are a legend! Thank you.