Okay
  Public Ticket #314545
Pricing table scales strange
Closed

Comments

  • Daphne started the conversation

    Hi,

    When i view my website on my 13 inch laptop, everything looks fine on the page with the prices. But, when viewing it on a larger screen, tha page scales. And the headings in the collumns get bigger. But they do not fit anymore. Its not pretty. Whis is this and how can I fix it?

    Regards.

  •  8,408
    Tahir replied

    Hey!

    Could you provide the site url so we can write up a css fix. 

    Thanks 


    ThemeNectar Support Team 

  •   Daphne replied privately
  •  8,408
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    html body .pricing-column h3 {
        font-size: 20px;
    }
    Also i see them all equal right now. 
    Thanks 


    ThemeNectar Support Team 

  • Daphne replied

    Hi, 

    Did this. still doesn't look right. See screen. Any other suggestions?

  •  8,408
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    @media only screen and (min-width: 1000px) and (max-width:1400px) {
        html body .pricing-column h3 {
            font-size: 13px !important;
        }
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Daphne replied

    Nope... (see screen shot).

    I'll just use the dash. Thanks for you effort though.