Hi! Can someone please help me figure out how to make these modification applicable for responsive design?
Two pages, similar challenges.
1/ About page: https://livewithjuj.com/pages/about
I increased the padding within the Rich Text section on the Sense Theme editor:
{
padding-left: 20rem;
padding-right: 20rem;
}
But not in the base code (couldn’t assess where to add it). Within the custom css for the section, I know I can modify it for mobile, so I’m hoping you can point me to where I can maintain this padding on desktop, but remove it from mobile.
2/ Home page: https://livewithjuj.com/pages/home
Similarly, on this particular Multicolumn section (don’t want this universal throughout the site), I added this custom css:
{
padding-left: 15rem !important;
padding-right: 15rem !important;
}
However, when it becomes responsive, I want the 3 icons to be arranged horizontally and for the button to be centered + standard width below.
Thank you in advance!



