Okay
  Public Ticket #1230604
Setting Paddinf For Mobile
Closed

Comments

  • danielw86 started the conversation

    Is there a way that i can change the padding for rows/columns for different break points? I'd like to increase the padding on my mobile version.

  •  9,012
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  9,012
    Tahir replied

    Hey Again,

    You can add mobiel breakpoints of 690px as well for mobile duplicating the below css as per your liking.

    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: 1000px) and (min-width: 1px){
        .full-width-section.standard_section{
            padding: 30px 38px !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • danielw86 replied

    thanks perfect