Comments danielw86 started the conversationJuly 5, 2017 at 10:53pmIs 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,012Tahir repliedJuly 6, 2017 at 12:21pmHey, Please provide the page url so that i can write up the custom css for whats possible. Thanks ThemeNectar Support Team danielw86 repliedJuly 6, 2017 at 11:32pmhttp://www.danielwilliams.design/ 9,012Tahir repliedJuly 7, 2017 at 2:09pmHey 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 repliedJuly 10, 2017 at 4:51amthanks perfect Sign in to reply ...
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.
Hey,
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
http://www.danielwilliams.design/
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) :
Thanks
ThemeNectar Support Team
thanks perfect