Jump to content
Sign in to follow this  
thk0418

Header Social Icons

Recommended Posts

thk0418

I placed address and phone number.. need to add facebook and twitter top of the text www.tasteofkitchen.com *******[FB]***[Tw]******* FOR RESERVATIONS, PLEASE CALL Toronto Street EAST Telephone: (123)456-7890 and this doesn't work for me.. =(

.icons .youtubelink {
		background: url(./images/sprite-socialicons.png) no-repeat -44px -22px !important;
	}
	
	.icons .linkedinlink {
		background: url(./images/sprite-socialicons.png) no-repeat -66px -22px !important;
	}
	
	.icons .facebooklink {
		background: url(./images/sprite-socialicons.png) no-repeat -88px -22px !important;
	}
	
	.icons .twitterlink {
		background: url(./images/sprite-socialicons.png) no-repeat -22px -22px !important;
	}
	
	.icons .rsslink {
		background: url(./images/sprite-socialicons.png) no-repeat 0 -22px !important;
	}

Share this post


Link to post
Share on other sites
thk0418
and for some reason my footer background is gone the black color background

Share this post


Link to post
Share on other sites
cfimortgage
Add a clear class to your custom code: [code]
FOR RESERVATIONS, PLEASE CALL
Toronto Street
Telephone: (123)456-7890
[/code] Also... why so many divs there... Not really needed. Just pack everything into one div. ^_^ Hope this helps.

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  

×