Welcome Guest [Log In] [Register]
We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Multiquote (on) Multiquote (off)
Add Reply
Pinned Topic Help
Topic Started: Mar 26 2018, 12:46 PM (125 Views)
shannt10
Member
[ * ]
I have added the code to have a pinned image but I can't get it aligned right. It's too far up for my liking. The image is 20x20.

Here's a link, it should be open to guests. http://s15.zetaboards.com/coffeedrinkingmama/forum/5193055/

And here's the code I'm using:

.pin .c_cat-title {
background: url(http://i66.tinypic.com/5dsavk.jpg) no-repeat;
}

.pin .c_cat-title a {
font-weight: bold;
margin-left: 20px;
}

I appreciate any help. Thank You!
Offline Profile Quote Post Goto Top
 
Helena
Member Avatar
M is for Mod

Change those sections to this:

Code:
 
.pin .c_cat-title {
background: url(http://i66.tinypic.com/5dsavk.jpg) no-repeat;
position:relative;
top:12px;
}

.pin .c_cat-title a {
font-weight: bold;
margin-left: 20px;
position:relative;
bottom:12px;
}
Offline Profile Quote Post Goto Top
 
shannt10
Member
[ * ]
That works. Thank you so much! :)
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · ZetaBoards - Theme & Code Support · Next Topic »
Add Reply