Okay
  Public Ticket #1568423
Archi-RTL Theme
Closed

Comments

  • Hossein started the conversation

    First of all thanks a lot for your great support,

    I'm using the Archi RTL theme and in blog slider there is an issue with the date

    style, some months' names are long so go out to the post.

    please give access that we can change the font type and size.

    there is an image attached and you can check the website as well.

    thanks a lot

  •  2,010
    Ocean replied

    You can easy add custom css code here: http://prntscr.com/gbgjxt

    .blog-list .date-box .month {
        letter-spacing: normal;
    }
    

    Thanks