I am not sure to understand, if it is spacing between letters for the main menu, you should be able to do it from the Header settings ( Thefox > Options > Header settings ).
If it is not what you are talking about, can you please give us a screenshot please.
I do not see any options for this, only font size and line-height, I need to increase the gap between the letters in each word (this is called kerning) see: https://www.w3schools.com/cssref/pr_text_letter-spacing.asp I also want the option to add spacing in the page headings, see the second screenshot (contact page), can this be done without custom code/css
ok thanks, this also changes the drop down navigation, can I stop this as only want the main top nav to change - also how can I add spacing to page titles?
How can I add spacing between letters in the top navigation
Hello Duncan,
I am not sure to understand, if it is spacing between letters for the main menu, you should be able to do it from the Header settings ( Thefox > Options > Header settings ).
If it is not what you are talking about, can you please give us a screenshot please.
Best regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
I do not see any options for this, only font size and line-height, I need to increase the gap between the letters in each word (this is called kerning) see: https://www.w3schools.com/cssref/pr_text_letter-spacing.asp I also want the option to add spacing in the page headings, see the second screenshot (contact page), can this be done without custom code/css
Hello Duncan,
Add this custom css ( Thefox > Options > Styling options ) :
.nav_type_9 ul li a { letter-spacing:1px; }
and change 1 px to the space you want to use.
Do not hesitate to contact us if you have more questions.
Have a nice day!
Best Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
ok thanks, this also changes the drop down navigation, can I stop this as only want the main top nav to change - also how can I add spacing to page titles?
Hello Duncan,
Try to edit the css to :
.nav_type_9 > ul > li > a { letter-spacing:1px; }
That should do the trick!
Do not hesitate to contact us if you have more questions.
Have a nice day!
Best Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme