jappo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Move text over to the left (default kubrick theme)Thanks to the amazing help found here… I found the problem. All you had to do mr. moderator was say this:
1) Look in your style.css file
2) Find the following code:.narrowcolumn {
float:left;
padding:0 0 20px 45px;
margin:0;
width:450px;
}Change it to something like:
.narrowcolumn {
float:left;
padding:0 0 0px 25px;
margin:0;
width:450px;
}3) Save it.
Forum: Themes and Templates
In reply to: Move text over to the left (default kubrick theme)Thanks a lot. > : (
Forum: Themes and Templates
In reply to: Move text over to the left (default kubrick theme)Anyone?
Forum: Fixing WordPress
In reply to: Put different links on Kubrick headerThanks..
Forum: Fixing WordPress
In reply to: Put different links on Kubrick headerBump
Forum: Fixing WordPress
In reply to: Move Kubrick header to top of pageThank you
Forum: Fixing WordPress
In reply to: Move Kubrick header to top of pageThanks! That worked!
Is there any way to link the banner? I changed the header.php so it wouldn’t show the blog title or description
<div id=”header”>
<div id=”headerimg”>
<h1></h1>
<div class=”description”></div>
</div>
</div>
<hr />I’m a newb, sorry.
Forum: Fixing WordPress
In reply to: Move Kubrick header to top of pageThanks.
How do I get rid of the white above it?
#header {
background: url(‘http://www.dbthemovie.com/images/thebanner.png’) no-repeat bottom center;
}It used to be this:
#header {
background: #73a0c5 url(‘images/kubrickheader.jpg’) no-repeat bottom center;
}Also, is there anyway to link the image to the homepage without having the blog name on the banner?
Forum: Fixing WordPress
In reply to: Can’t access dashboard (everything else works)Okay that worked, but now it shows up at the top of the page (www.dbthemovie.com).
Forum: Fixing WordPress
In reply to: Can’t access dashboard (everything else works)Anyone?
Forum: Fixing WordPress
In reply to: Can’t access dashboard (everything else works)Bump, please help.
Forum: Fixing WordPress
In reply to: How do I change the default wordpress theme’s sides?Anyone?
Forum: Fixing WordPress
In reply to: How do I change the default wordpress theme’s sides?Bump.
I’m off to bed replies when I’m sleeping would be great 🙂
Forum: Fixing WordPress
In reply to: Upgrading to 2.5You need to upload all the files (excluding modified ones) not 2.
Forum: Fixing WordPress
In reply to: How do I change the default wordpress theme’s sides?I tried to overwrite it with a new file but it remained the same. Do you know where this is located in the code so I can just change the url to something other than kubrickbg-ltr?