My logo disappeared from my blog. There is now just a blank white space at the top. I recently added code to my Css style sheet, but that is the only modification that has been made. Could this have caused the problem. If not, does anyone know what has happened. The image is still in the correct folder. http://www.extremehealth.digi-info-broker.com/blog
It sounds like it may be caused from editing a file. You should go back and undo any changes you have made. Look closely to the coding and see if you can remember anything you might have removed. Really without seeing the coding and know what theme is used makes it hard to help as much as i could.
Post the area of code around the logo in http://extremehealth.digi-info-broker.com/blog/wp-content/themes/super-adsense-fitness/style.css.
I added coding that would wrap words around pictures I add to my blog rather then separate them. It looked fine the other day, but now today my logo is gone. I use the Super Adsense-Fitness Theme Thank you for your time! The coding I added to the style sheet is this: img.alignright {float:right; margin:0 0 1em 1em} img.alignleft {float:left; margin:0 1em 1em 0} img.aligncenter {display: block; margin-left: auto; margin-right: auto} a img.alignright {float:right; margin:0 0 1em 1em} a img.alignleft {float:left; margin:0 1em 1em 0} a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
Thank you for your time. I am not sure what it is I am supposed to do. Can you break it down to me a little further. Thank you!