Hello, My website is loading very slowly www.connectedbirthva.com Also, when I view my site on a phone or iPad, the call now button is over our logo. Thanks, Mandy Restivo-walsh
Hello, It seems that your JS and CSS files are not minified. So I would recommend you to try and use W3total cache plugin. Using it , it will do Up to 80% bandwidth savings via minify and HTTP compression of HTML, CSS, JavaScript and feeds. Kindly try it once. As far as issue regarding the "Call Now" button is concerned in mobile view, paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: @media only screen and (max-width: 767px){ .call-us { margin-top: 45px !important; } } Hope it will solve your issue. Thanks, Praveen