Okay
  Public Ticket #1564494
Portfolio Responsive typography
Closed

Comments

  •  1
    Matt Fischer started the conversation

    Hello,

    I have input my settings within the Salient Options Panel to resize the Project Style (Meta Overlain - Bottom Left Aligned) on mobile and it remains the same. Is there any way to get this to work?


    thanks in advance

  •  9,011
    Tahir replied

    Hey Matt,

    Try using the New Responsive Typography Settings in here : http://prntscr.com/gnf951 .

    Best.


    ThemeNectar Support Team 

  •  1
    Matt Fischer replied

    Hey Tahir,

    That's exactly where i have altered the settings. : )

    thanks

  •  9,011
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media screen and (max-width: 1000px) {
        .portfolio-items[data-ps="8"] .col h3, .nectar-hor-list-item[data-font-family="h3"], .woocommerce ul.products li.product h2 {
            font-size: 18px !important;
            line-height: 21px !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Matt Fischer replied

    Hey Tahir,

    That worked! Thanks so much!