Hi, I'm new to Wordpress so I apologize in advance if I should be able to deal with these issue on my own. 1. I'd like to add "Grandma's Dog Daycare" Next to the logo 2. I want to bump "Open Weekdays" down to the next line (do I just need to add <br> on the template?) 3. I'm only getting one line of copy in the testimonials section, even though some of the testimonials spill onto two or three lines (note, this is not a problem when viewed on a mobile device) 4. The numerals are defaulting to a serif typeface, while the letters are sans serif. Any help you can offer would be greatly appreciated. Thank you!
I should specify, on item #1, I've just extended my logo beyond the recommended 221px size - not an issue unless there's a better way to do this. Also, on some browsers the text is coming up as Greek - is there something in the setting that I can change to optimize body text for older browsers?
1.For your first issue It is not possible to add two logos in your header but you can add a banner which contains your two logo images one at the left side and another on the right side and upload it as a logo. Use Photoshop to do that. 2. Use break tag where you want to break the line. Code: <br> 3.For your third and fouth issue Please share the link of your website.
The website is being staged at http://www.emilyellen.com/grandmas/ I will move it over to another server once these issues get fixed. Please also note that I don't know why the text is showing in some kind of Greek alphabet, and I could use some help fixing that as well. Thanks!
We have visited your website the problem is occurring due to any one of the plugin you are using, Deactivate all plugins one by one and checkout which plugin creating this problem. Remove the following code from your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: p{ font-family:symbol; font-size:14px!important; } and now paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .footer .widget_inner .textwidget p { font-family: verdana; font-size: 14px ! important; } Inplace of "verdana" put your color or color code. This will solve your issue.