I just put together a blog and had a custom header made. My problem is the title and description(tagline) of my blog is running through the graphics for my header. Is there a way I can fix this without deleting my title and description from the options area of my blogs dashboard?
What conference is that? I heard of the SEC and ACC but not the CSS. When I have some time I plan on taking some computer programming classes. I have a little G.I. Bill money left.
go to your wordpress dashboard, then go to Presentation>Theme Editor and by default you will be at your CSS stylesheet. Check out the whole thing and see if there is anything that would look like it would change the position of that text.
Open your header.php (where the title and description are usually found) and delete these codes if you find them: <a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a> <?php bloginfo('description'); ?>