Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Saguaros Moderator
    #1077988

    Hi,

    It seems to be issue here, I’ve reported to the team for further checking and update.

    krumz Friend
    #1078116

    Thank you Saguaros.

    Saguaros Moderator
    #1079060

    Hi @krumz,

    You can try opening the file: root/templates/ja_simpli/admin/assets/css/style.css

    Look for this declaration (approx line 398):

    div.tab-pane#attrib-styles .top-group {
      margin-left: 0;
      margin-right: 0;
      width: 235px;
      position: static;
      top: 20px;
      left: 65px;
      overflow: hidden;
      min-height: 400px;
    }

    remove the property: overflow: hidden; and add this:

    div.tab-pane#attrib-styles .top-group:after {
      content: "";
      clear: both;
      display: table;
    }

    I attach this file here so you can make a comparison (and a less file in case you want to change in less).


    1. style.zip
    krumz Friend
    #1079775

    Thank you.

    I will consider your option. I actually got the font changed. The Heading Font section is still not showing the full list but what I did was put PT Serif at the top of the list under Google Webfont tab. I then logged out of Joomla and didn’t log back in for a while. When I went back into the template the Heading Font I wanted was now the only one that showed. Temporary way to get it done but it worked.

    krumz Friend
    #1079786

    After last update, the problem has been fixed. Thank you.

    Saguaros Moderator
    #1079792

    You’re welcome!

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  Saguaros 6 years, 4 months ago.

The topic ‘JA Simpli Heading Font’ is closed to new replies.