Hey there Mandy,
Hope you’re well today!
It appears that there is an issue in HTML with one of the tags not being properly closed. Is this happening on all pages where you use custom sidebar or just on this specific one?
If on this specific page can you check if there are some tags being left open in the page content using text editor.
Please let me know if this helps 🙂
Best regards,
Bojan
Hey again Mandy,
It’s what I am assuming from checking the HTML when inspecting your site. If that only happens on the pages where you use this specific sidebar and nowhere else then I guess the issue is within the sidebar.
Additionally I’m not sure if this would be the best possible solution but I could target those pages with some custom CSS and make the email appear in the same line with the icon, please let me know if you find anything and if not we’ll do it with CSS.
Best regards,
Bojan
Hi Bojan,
I ran the pages in an unclosed tag finder and it didn’t find any open tags. Can you please run the CSS and let me know if you find anything?
I really appreciate your help
~Mandy
Hey again Mandy,
Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:
http://ww.wp.xz.cn/plugins/simple-custom-css
.page-id-35 #footer-widgets span.email, .page-id-88 #footer-widgets span.email, .page-id-100 #footer-widgets span.email, .page-id-102 #footer-widgets span.email {
display: inline;
}
.page-id-35 .contactinfo .address, .page-id-88 .contactinfo .address, .page-id-100 .contactinfo .address, .page-id-102 .contactinfo .address {
margin-top: 12px;
}
This should fix the email being below the icon on those specific pages.
Please let me know if this helps 🙂
Cheers,
Bojan