Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   Adding space in category meny bar + separate RSS for separate categories? (http://forum.bytesforall.com/showthread.php?t=7031)

jenny_li May 8, 2010 01:26 PM

Adding space in category meny bar + separate RSS for separate categories?
 
While I'm at it - here's another few questions:

The links in my Category Menu Bar look very cluttered, and I would like to separate them - simply by adding more space to each "button". How/where can I do that...?

And - I would also like for my readers to be able to choose, whether they want to follow the whole RSS - or just pick the RSS for the category they are interested in. Today I have this separated into several different blogs - but it's such a mess for me to keep up with. Is this possible? And then - how would I do it...? I don't need fancy design-solutions for presenting RSS-icons on each category-page, if that's a problem - but I would love to have the functionality of separate RSS-feeds.

Thanks again!
//Jenny

juggledad May 10, 2010 05:23 AM

play with this
HTML Code:

/* ================================================== */
/* CSS for setting menu padding                      */
/* ================================================== */
ul.rMenu li {
        padding-top: 0px;
        margin: 7px 20px 7px 40px;
}
ul.rMenu-ver li {
        padding-top: 0px;
        margin-top: 7px 5px 0px 0px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */


lmilesw May 10, 2010 05:57 AM

For the RSS per category see if this suggestion I found helps.

Let’s say you’d like to be able to subscribe only to YourDomain.com info category. The category URL is:
HTML Code:

http://www.yourdomain.com/categories/info
To get an RSS feed for this category, you simply have to add /feed to the end of the URL:
HTML Code:

http://www.yourdomain.com/categories/info/feed


All times are GMT -6. The time now is 01:03 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.