The theme options are perfect. Howeven when customizing the main menu I wanted to allign the main menu in the centre of the screen. How can I do that.
Furthermore I managed to choose another font for the main menu, but the words (all letters) are capatilized. How can I change the upper-case into small letters?
With regard to uppercase fonts, I just had trouble with this issue a few hours ago so I hope this will help:
– Go to Appearance > Editor
– Find (Ctrl-F) all the lines with: text-transform:uppercase;
– And comment them out like this:
//text-transform:uppercase;
BTW This will override every style that has been ‘preset’ to uppercase. I didn’t bother anyway.