Comments Heather started the conversationJune 20, 2018 at 5:24amI need to bring up the menu so it is all on the one line. How can I reduce the padding between the menu items so there isn't such a big gap between them. I've already brought down the font size, but it hasn't helped. Thanks! 895TheFox repliedJune 20, 2018 at 10:11amHello Heather,Please add this custom css ( Thefox > styling options ) :.nav_type_3 ul li a { padding: 31px 21px 33px 21px; }This should fix the problem,If you want to reduce the space even more, change 21px to something smaller.Do not hesitate to contact us if you have more questions. Have a nice day! 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 Heather repliedJune 20, 2018 at 11:36pmInitially nope, but you actually had a double space after the bracket which was throwing it I think.nav_type_3 ul li a { padding: 31px 21px 33px 21px; }...works beautifully thank you! 895TheFox repliedJune 21, 2018 at 9:04amGlad to have been able to help Heather!Do not hesitate to contact us if you have more questions. Have a nice day! 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 Sign in to reply ...
I need to bring up the menu so it is all on the one line. How can I reduce the padding between the menu items so there isn't such a big gap between them. I've already brought down the font size, but it hasn't helped. Thanks!
Hello Heather,
Please add this custom css ( Thefox > styling options ) :
.nav_type_3 ul li a { padding: 31px 21px 33px 21px; }
This should fix the problem,
If you want to reduce the space even more, change 21px to something smaller.
Do not hesitate to contact us if you have more questions.
Have a nice day!
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
Initially nope, but you actually had a double space after the bracket which was throwing it I think.
nav_type_3 ul li a { padding: 31px 21px 33px 21px; }
...works beautifully thank you!
Glad to have been able to help Heather!
Do not hesitate to contact us if you have more questions.
Have a nice day!
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