Tagged: yigit
-
AuthorPosts
-
June 18, 2015 at 3:27 pm #461413
how can i make the space bettween the letters smaller in the custom class: custom-spacing
June 18, 2015 at 3:35 pm #461420Hey alfaweb2!
Add this to your custom CSS.
.av-special-heading-tag { letter-spacing: -5px !important; }
If you only want to do it on a certain element then you can do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, to add a custom class to the heading.
Regards,
Elliott- This reply was modified 9 years, 5 months ago by Elliott.
June 18, 2015 at 3:42 pm #461429HI elliott there is a custom class at the element. :)
custom-spacing
The class works perfect here: Heading fonts also “custom-spacing” but here it don`t work ;( http://www.alfaweb.at/testwaldi/portraits/rudolf-boehm/
June 18, 2015 at 8:52 pm #461570Hey!
I have added following code to style.css file of your child theme
.custom-spacing h6 { letter-spacing: -0.1em; }
Regards,
YigitJune 19, 2015 at 10:37 am #461770Ok thank you! I can do this in the style.css. Thanks!
Here i again a little problem. it was to small before, now it is to much space between the single words: http://i.imgur.com/dpHb178.jpg
Where can i set this spaces between letters and between words?
June 19, 2015 at 2:23 pm #461906Hi!
Please edit your element and give it an additional custom class, such as “custom-text-spacing” and add following code to Quick CSS
.custom-text-spacing { letter-spacing: -0.1em; word-spacing: -0.1em; }
and adjust the values as needed
Best regards,
YigitJune 19, 2015 at 2:30 pm #461915This reply has been marked as private.June 19, 2015 at 2:50 pm #461945Hi!
Add the h6 tag:
.custom-spacing h6 { letter-spacing: -0.1em; word-spacing: -0.1em; }
For further modifications, please visit codeable: http://kriesi.at/contact/customization
Cheers!
IsmaelJune 19, 2015 at 3:00 pm #461952like this?
June 20, 2015 at 2:51 pm #462228No, that won’t work, just:
custom-spacing
Or (if you want the element to have multiple classes):
custom-spacing custom-text-spacing
Regards,
JosueJune 22, 2015 at 8:07 pm #463023http://www.alfaweb.at/testwaldi/portraits/rudolf-boehm/#videos-tab
Done but no effect? ;( The space between the words is still too big.
June 23, 2015 at 7:28 pm #463590Hi!
Please create a temporary admin login and post it here privately.
Best regards,
YigitJune 23, 2015 at 9:02 pm #463637Here we go. THanks a lot!!!!!! Greetings, Alexander
- This reply was modified 9 years, 4 months ago by alfaweb2.
June 23, 2015 at 11:01 pm #463689Hi!
The private reply functionality has some caveats right now, please do the following:
1. Edit your last reply
2. Add the private content there
3. SaveRegards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.