Okay
  Public Ticket #512044
bugs
Closed

Comments

  • kelvin started the conversation

    Hey. I am interested in purchasing ur theme but notice a bug with it. The h2 heading isn't correct shrink (became smaller than h3) when the browser window size is reduced.

  •  8,470
    Tahir replied

    Hey ,

    We have it sorted with the latest update.

    Thanks


    ThemeNectar Support Team 

  • Adam replied

    Hi. Is this confirmed as fixed as I am experiencing the exact same problem. H2 definitely resizes when viewed on mobile whereas other headings don\'t.

  •  8,470
    Tahir replied

    Hey Adam,

    Are you on the latest version 6.1.7 ?. If not please update. However i have notified the developer to look into this.

    Best.


    ThemeNectar Support Team 

  • Adam replied

    Hi. I\'m on 6.1.65. 6.1.7 doesn\'t seem to be available through the Envato Toolkit plugin yet...

    This is a particular page I have the H2 problem with:

    http://www.pergidulu.com/traveling-hemat-maldives/

  •  8,470
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    @media only screen and (max-width: 690px) {
        .col h2 {
            font-size: 15px !important;
            line-height: 24.75px !important;
        }
    }

    Best.



    ThemeNectar Support Team 

  • Adam replied

    Thanks for that.