Jump to content
Sign in to follow this  
ilkka

Moving the whole page area down / Platform Pro

Recommended Posts

ilkka

Hi! Is it possible to move the whole page area down by some amount in pixels in Platform Pro? I don't want to use a header/branding image (located inside the actual content area) but rather a background image that will cover about 100 pixels of the top of the browser window. So the background image would actually be the "branding" image.

Share this post


Link to post
Share on other sites
catrina

It's possible to move that page content area down a bit, but first you need to remove the header logo and add this to your base.css file:

#branding {background-image: url('IMAGEURLHERE');}

For other helpful background image CSS properties, see here: http://www.w3schools.com/css/css_background.asp Are you using a feature slider that you'd like moved down a bit along with the rest of the page area?


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
nickhay13

This worked for me, however now I have the site title and tagline over the header image. Is there anyway to remove the text, without removing the site title?

Share this post


Link to post
Share on other sites
nickhay13

Well yes, it's the tagline and the site title. By default it's the "My Blog" and "Just another wordpress blog" text. But the site title is also what is shown on the top of the browser. And when I leave both of those fields blank in the dashboard, it messes with the branding (it doesn't show my whole image, which is 150px high).

Share this post


Link to post
Share on other sites
nickhay13

Forgot the site, http://www.nobro.co - you can see that the Site Title and Tagline are overlayed on top of the image I set using the #branding in the base.css.

Share this post


Link to post
Share on other sites
kastelic
#branding{
	padding-top:120px;
	background: url(URL_HERE) no-repeat;
	}
	

Share this post


Link to post
Share on other sites
nickhay13

Jimmy, I just tried that code, and then I deleted the text under Settings->General Site Title and Tagline, and the formatting is all messed up. The problem is also when I remove the text from the Site Title and Tagline, I lose the title at the top of the browser. Thank you for your help!

Share this post


Link to post
Share on other sites
Kate

Hi Nicholas, Am I understanding you correctly that you want the text on top of the flat to be hidden? If so, you can use this:

.title-container{text-indent:-9999px;}

Share this post


Link to post
Share on other sites
nickhay13

That's exactly what I wanted Kate, thank you soooo much!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×