View Full Version : Feeds question
psiegesmund
Oct-11-2006, 04:43 PM
Andy -
I notice on your site that you've gotten rid of the "what are feeds?" thing after the feeds icon. Also, the feeds that are reveled when you click on the icon are nicely centered. I'd like to do the same thing, but haven't been able to figure out how. Any advice on how to do this?
Thanks
Andy
Oct-11-2006, 05:15 PM
Andy -
I notice on your site that you've gotten rid of the "what are feeds?" thing after the feeds icon. Also, the feeds that are reveled when you click on the icon are nicely centered. I'd like to do the same thing, but haven't been able to figure out how. Any advice on how to do this?
Thanks
Hi, I recommend FF and the FF Web Dev tool, both are free, both linked in my signature. In the sticky thread, this forum, you have a tutorial on how to use the tool. Get it... and then,
/* Feeds */
.galleryPage .feedLine {
float:none;
display: block;
width: 250px;
margin: 0px auto;
border: none;
}
.homepage .feedLine {
padding-left: 39px;
border: none;
margin: 0px auto;
}
.popularGallery .feedLine {
float:none;
display: block;
width: 250px;
margin: 0px auto;
border: none;
}
.keywordPage .feedLine {
float:none;
display: block;
width: 250px;
margin: 0px auto;
border: none;
}
#feedHelp a.nav + a.nav {
display: none;
}
#feeds {
top: -20px;
}
#feeds .nav {
color: #7a8998;
}
#feeds .note {
color: #A9b3bd;
}
psiegesmund
Oct-11-2006, 06:03 PM
Thanks - I've been using the FF Web Dev tool, but couldn't get this to work. I'll revisit the tutorial and maybe that will help.
Hi, I recommend FF and the FF Web Dev tool, both are free, both linked in my signature. In the sticky thread, this forum, you have a tutorial on how to use the tool. Get it... and then,
/* Feeds */
.galleryPage .feedLine {
float:none;
display: block;
width: 250px;
margin: 0px auto;
border: none;
}
.homepage .feedLine {
padding-left: 39px;
border: none;
margin: 0px auto;
}
.popularGallery .feedLine {
float:none;
display: block;
width: 250px;
margin: 0px auto;
border: none;
}
.keywordPage .feedLine {
float:none;
display: block;
width: 250px;
margin: 0px auto;
border: none;
}
#feedHelp a.nav + a.nav {
display: none;
}
#feeds {
top: -20px;
}
#feeds .nav {
color: #7a8998;
}
#feeds .note {
color: #A9b3bd;
}
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.