Hi!
You can try the following:
Add this on Quick CSS or custom.css:
.menu-item-top-level{
text-align: center;
}
This will center all top menu items.
If you only want to center a specific item, you have to find out the id of this menu and can use the following code (2971 must be replaced with the ID of your menu ID) :
#menu-item-2971 {
text-align: center;
}
Regards,
Günter
Hey!
Yes, go to Enfold > Theme Options > Import/Export and click the blue button..
do we work from the child theme or parent theme?
I’m not sure if I understand your question but you must activate the child theme (Appearance > Themes) like a standard theme and then you work “from the child theme”.
Regards,
Günter