Okay
  Public Ticket #309927
Theme Padding on Mobile
Closed

Comments

  • Darwin started the conversation

    Hey All,

    Is there anyway to have padding on mobile phones? Seems to be cutting off.

  •  8,427
    Tahir replied

    Hey!

    Could you provide the page url so i can write up some custom css for it. 

    Thanks 


    ThemeNectar Support Team 

  • Darwin replied

    Hi Tahir!

    Thank you!!!


    www.icecreampancakes.com

  •  8,427
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    @media only screen and (max-width: 480px) {
        html body h1.jumbo {
            font-size: 68px !important;
            line-height: 83px!important;
        }
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Darwin replied

    Hi Tahir,

    Thanks for sending that over. The problem isn't just the H1, it's everything on mobile. Can I get a custom code to give me some padding on all mobile devices?

    Thanks,


    Darwin

  •  8,427
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    
    @media only screen and (max-width: 480px) {
        .wpb_wrapper {
            padding-right: 2% !important;
            padding-left: 2% !important;
        }
    }
    
    
    
    Thanks 


    ThemeNectar Support Team