Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   RSS, Feeds & Subscribing (http://forum.bytesforall.com/forumdisplay.php?f=18)
-   -   Changing the position of the RSS button (http://forum.bytesforall.com/showthread.php?t=779)

pushkinpassey Mar 15, 2009 08:11 PM

Changing the position of the RSS button
 
Hi!
I've looked through the forum, but can't seem to find any info regarding this... Is it possible to shift the RSS icon to come on the right hand side of the page bar?

My website is: http://www.aafys.net

Cheers!
Pushkin

pushkinpassey Mar 27, 2009 06:11 AM

Bounce! Hi Flynn! This is for my school website. Is this possible? Just a quick yes or no would suffice!

Cheers!

Flynn Mar 27, 2009 05:54 PM

Yes, all the code for the RSS button is in bfa_header_config.php

You can cut/copy the RSS button code and put it inside <div id="menu1"> ... </div>, with float:right

<div id="menu1"><ul id="rmenu2" class="clearfix rMenu-hor rMenu">
</ul>
<-- THE RSS BUTTON HERE -->



</div>

If you want it to be inside the dashed border, remove the dashed border from ul#rmenu2 and put it on div#menu1

Put a margin-right on ul#rmenu2 to make room for the RSS button.

pushkinpassey Mar 28, 2009 10:14 AM

Thanks Flynn! :-)


All times are GMT -6. The time now is 10:45 AM.

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