tronicscribe
Forum Replies Created
-
Forum: Themes and Templates
In reply to: tagline marginok, thank you
Forum: Themes and Templates
In reply to: tagline marginthat doesn’t seem to be working. I added the margins jsut as you explained, but tagline is still at the top, instead of 67px margin, which is what I need. sorry if I’m being stupid here, but I’ve been reading over the css for so long and I still can’t figure it out.
Forum: Themes and Templates
In reply to: tagline margincan someone help me out with the post above? its moving the entire header image instead of just the tagline.
Forum: Themes and Templates
In reply to: tagline marginAh, I ran into a problem when adding a margin for the tagline. right now I have a bg image in my header. and when I added a top margin for the tagline, it lowered the line, but it also lowered my bg image. is there a way to only change the tagline?
Forum: Themes and Templates
In reply to: tagline marginthanks a tone! you and everyone else who has help answer my questions in the past are really helping me get my wordpress blog looking better. ??
Forum: Themes and Templates
In reply to: header img not as bgLOL, holy crap. Thanks a tone. sorry I wasted time asking about it when I should have really looked over the spelling of all my code. thanks.
Forum: Themes and Templates
In reply to: header img not as bgok, I tried editing the header.php file, and I thought I did it all right, but its not showing the image. it does however show the alt text I set for the image. here is the coding:
<div id=”page”>
<div id=”header”>
<div id=”headerimg”>
<img scr=”https://www.tronicscribe.com/wordpress/wp-content/
themes/tsthemeone/images/tslogo.jpg” alt=”tronicscribe logo” class=”centered”>
<div class=”description”><?php bloginfo(‘description’); ?></div>
</div>
</div>I used the “centered” class instead of the headerimg class you suggested because in the kubrick theme there was already a class for images. but I did also try making the headerimg class and using that, which didn’t work or didn’t help. am I doing something else wrong? thanks again for all the input.
Forum: Themes and Templates
In reply to: default theme questionI used that URI, yes. Maybe my img tag isn’t correct? I can’t figure it out. I’ll keep trying.
Forum: Themes and Templates
In reply to: default theme questionI tried changing the file path, but it still doesn’t work. thanks though. unless I’m still doing something wrong with the file path, I don’t know what it is.
Also, another question. How can I reverse the content colom and the sidebar? I want the side bar to the left and the content to the right.