Here is a summary of all the CSS code suggestions with comments to what each section is supposed to do. See file attached. For the site (babymaxcare.com), none of these have worked. So the recommendations were taken out. I believe the suggestions are inconsistent when dealing with device width. Please review them and actually try on your own. Thanks
Hi jbmportillo I have read your previous thread regarding this issue and trying to fix it. But.. It seems that your site is down. Showing "Internal server error." Please make it live, than only I will be able to fix the issue.
Ok It's up now!! As I can see there seems to be wrong markup applied which prevents to modify font size of h1 tag. Don't use h1 inside <a> tag. It's wrong HTML: <a href="#"><h1></h1><h1><span style="color: #ff22cc;"><strong>babyMaxCare of Boca Raton</strong></span></h1> </a> Right Markup Code: <h1><span style="color: #ff22cc;"><strong><a href="#">babyMaxCare of Boca Raton</a></strong></span></h1> Please fix this and see if it works and try to adjust font size and line height. Let me know if problem still exist. Thanks PankajK
Thanks but this suggestion changes the color to "blue" instead of "pinkish" original settings with color ff22cc, so suggestion is being removed.... Why is the color blue?, if the values are the same in the two lines below: Current Slider Heading <h1><span style="color: #ff22cc;"><strong>babyMaxCare of Boca Raton</strong></span></h1> Your suggestion <h1><span style="color: #ff22cc;"><strong><a href="#">babyMaxCare of Boca Raton</a></strong></span> </h1>