Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • Aratype Friend
    #206175

    I 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 Moderator
    #569867

    Hi 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,
    Saguaros

    Aratype Friend
    #569922

    Thank you,

    Not sure if this apply to all as I still see font spacing in the Main menu (http://www.tiqana.net)

    Saguaros Moderator
    #570059

    You 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 Moderator
    #735131

    You 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 Friend
    #570126

    Thank 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


    1. Capture-spacing
    Saguaros Moderator
    #570235

    It’s weird as I still don’t see the change, please try going to less file: /templates/ja_telin_v/less/navbar.less

    Look for above rule and make the changes.

    Saguaros Moderator
    #735307

    It’s weird as I still don’t see the change, please try going to less file: /templates/ja_telin_v/less/navbar.less

    Look for above rule and make the changes.

    Aratype Friend
    #570293

    Thank you!

    I had to change:

    navbar.less

    magazine.less

Viewing 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