How do I modify the padding under the slider on the mobile version? See image attached. http://mwfmedia.com/wpdining/
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .slider_container { height: auto; margin-bottom:35px; } You can adjust the value of "margin-bottom" as per your requirement. This will solve your issue.