-
AuthorPosts
-
Aratype Friend
Aratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
May 7, 2015 at 9:55 pm #206175I noticed that there are many places where font spacing in words is > 100% in Teline V
I need to make font spacing 100% only as most of RtL languages have cursive (connected) letters.
Is it possible to do it globally? in custom.css for example…
Thank you.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 8, 2015 at 7:51 am #569867Hi Aratype,
Within this template, we set for various elements with letter-spacing:1px;
If you want to reduce, you can add the class of elements you want to reduce this value to ‘custom.css’. For example:
.heading-sans-serif,
.category-name a,
.article-tools h6,
.topic-articles h2 small {
letter-spacing: 0;
}
or any other classes you want to change.
Regards,
SaguarosAratype FriendAratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
May 8, 2015 at 12:10 pm #569922Thank you,
Not sure if this apply to all as I still see font spacing in the Main menu (http://www.tiqana.net)
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 11, 2015 at 1:09 am #570059You can go to file:
and look for this css rule:
.navbar-nav {
width: 100%;
border-left: 1px solid @navbar-default-border;> li > a,
> li > .separator {
border-right: 1px solid @navbar-default-border;
color: @navbar-default-link-color;
font-weight: @font-weight-bold;
font-size: @font-size-larger;
font-family: @font-family-alt;
padding: (@global-padding / 2) (@grid-gutter-width / 2);
cursor: pointer;
text-transform: uppercase;
letter-spacing: 1px;
and change the letter-spaciing property to: letter-spacing:0;
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 11, 2015 at 1:09 am #735131You can go to file:
and look for this css rule:
.navbar-nav {
width: 100%;
border-left: 1px solid @navbar-default-border;> li > a,
> li > .separator {
border-right: 1px solid @navbar-default-border;
color: @navbar-default-link-color;
font-weight: @font-weight-bold;
font-size: @font-size-larger;
font-family: @font-family-alt;
padding: (@global-padding / 2) (@grid-gutter-width / 2);
cursor: pointer;
text-transform: uppercase;
letter-spacing: 1px;
and change the letter-spaciing property to: letter-spacing:0;
Aratype FriendAratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
May 11, 2015 at 9:02 am #570126Thank you!
I am a little bit disappointed, I did that but the spacing is still here in the menu (you can see that in all the 3 rectangles):
You can test it on the site: http://www.tiqana.net
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
Aratype FriendAratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by Saguaros 9 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
RtL- Teline V Font spacing
Viewing 9 posts - 1 through 9 (of 9 total)