Hello, Two issues: 1. My slider *seems* to be not centered. It is too far to the left. 2. There is a grey area behind my page that I do not want there -- help! www.connectedbirthva.com Thank you.
Hi, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. 1> Code: @media only screen and (min-width: 1261px){ .slide { margin-left: 125px !important; } } 2> Code: body { background: none; } Thanks, Praveen