Home › Forums › WoodMart support forum › How to add letter spacing in menu?
How to add letter spacing in menu?
- This topic has 13 replies, 2 voices, and was last updated 5 years, 10 months ago by
Elise Noromit.
-
AuthorPosts
-
April 8, 2019 at 6:39 pm #117710
Rune JParticipantHi,
How can I add letter spacing in menu dropdowns first level etc.?
Attachments:
You must be logged in to view attached files.April 8, 2019 at 9:09 pm #117730
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
Please provide your site URL so that I could provide the custom CSS.
Best Regards
April 9, 2019 at 5:43 am #117753
Rune JParticipantThe website is in private message
April 9, 2019 at 9:41 am #117796
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .navigation-style-separated .menu-mega-dropdown .color-scheme-dark .sub-menu > li > a span{ letter-spacing:10px; }
Set the spacing as per your needs.
Best Regards
April 9, 2019 at 11:42 am #117826
Rune JParticipantIts not working… I have set it on global, but no spacing comes?
April 9, 2019 at 1:51 pm #117844
Elise NoromitMemberHello,
Please provide your site admin access
Best Regards
April 15, 2019 at 7:39 am #118849
Rune JParticipantNow it works! Thanks Elise!
I have 2 questions more…
1. We have problems with the product title (see picture). We would like to see three sentence points (…) if the text is too long, for example, more than 20 characters.
We have tried with:
.product-grid-item .product-title {
max-width: 20ch;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;}
2. How can we set the shop buttons with full with?
Attachments:
You must be logged in to view attached files.April 15, 2019 at 9:25 am #118879
Elise NoromitMemberHello,
Your site is under maintenance mode, please provide your site admin access to the private area
Best Regards
April 15, 2019 at 10:16 am #118886
Rune JParticipantHi again, now you can access the site. Sorry 🙂
April 15, 2019 at 1:44 pm #118924
Elise NoromitMemberHello,
Increase the letter spacing http://prntscr.com/nc85ki I have set 4px and it works.
Best Regards
April 15, 2019 at 6:21 pm #118985
Rune JParticipantHi again,
Yes! It works now – thanks!
But need help to #118849:
I have 2 questions more…
1. We have problems with the product title (see picture). We would like to see three sentence points (…) if the text is too long, for example, more than 20 characters.
We have tried with:
.product-grid-item .product-title {
max-width: 20ch;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;}
2. How can we set the shop buttons with full with?
Attachments:
You must be logged in to view attached files.April 16, 2019 at 6:31 am #119037
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global to make the button full-width:
body .woodmart-hover-standard .btn-add a{ display:block; }
There is no option to add dots at the end of the title, however, you can limit the length of the title in the Theme Settings > Shop > Product Styles > Product title lines limit
Best Regards
April 17, 2019 at 8:10 am #119300
Rune JParticipantThanks, it works on the shopping page but how can i get full with buttons when i go to the productpage? (see picture)
Another question: Wish list icon on mobile version is “rounded” but on the desktop version it is “square”. There is also a checkmark. Can I get this on the desktop version as it fits better with our design? (see picture)
Thanks for a great support 🙂
Attachments:
You must be logged in to view attached files.April 17, 2019 at 10:50 am #119386
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
to make the Wishlist round on desktop:body .product-grid-item .woodmart-buttons{ border-radius:50%; }
Full-width button on the product page:
.btns-shop-light .single_add_to_cart_button{ display:block; width:100%; }
Best Regards
-
AuthorPosts
The topic ‘How to add letter spacing in menu?’ is closed to new replies.
- You must be logged in to create new topics. Login / Register