Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CSS help in WordPress

Status
Not open for further replies.

rastaIT34

Technical User
Sep 9, 2009
103
0
0
US
hello all,

Could someone help me with some css coding... its probably really simple, just i am not that savvy with CSS to figure this out...

I already have a custom CSS plugin.
Website link: this is how I want the home page to look:
> on the home page: how can i add a horizontal space between the two images? i tried doing it manually in the word press page, with no luck.

> on the home page: how can i move the title “roy st. c. rossow” up to the top of the page?

thanks!


Artist/Designer
 

Override the default CSS with;

CSS:
div.entry-content p {
		float: left;
		margin-right: 3em;
	}

(not tested though, just building that part of the layout in my head)
adjust the value for margin-right to change the distance between images




Chris.

Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.

Never mind this jesus character, stars had to die for me to live.
 
i tried, and nothing happened...

Artist/Designer
 
Maybe you put the CSS override in the wrong place, it HAS to be loaded last of all.

Chris.

Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.

Never mind this jesus character, stars had to die for me to live.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top