Okay
  Public Ticket #309174
Portfolio Item Title wrap in mobile format
Closed

Comments

  • Yannik started the conversation

    When viewed in portrait mobile format, the title of a item protfolio wraps but overlaps.

    Can I have some custom CSS to corect this problem?

    See screenshot attached 

  • Yannik replied

    I found it!

    Just add to the custom CSS:

    /* Mobile */

    @media only screen and (max-width : 690px)  {

          body.single-portfolio .row .col.section-title h1 {

               line-height: 20px !important;

         }

    And adjust the "line-height: X px"

  •  8,470
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .single-portfolio .row .col.section-title h1 {
        line-height: 1em !important;
    }
    
    Thanks


    ThemeNectar Support Team