Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   Filling empty space of pagebar with RSS button etc (http://forum.bytesforall.com/showthread.php?t=2950)

Sakshin Aug 13, 2009 12:47 PM

Filling empty space of pagebar with RSS button etc
 
I would like to use the empty space on the righthand side of the pagebar for inserting the rss feed button. Also here I tried many different things without succes. Does anyone have a solution or should I just behave and forget about it?

With regards, Sakshin :)

Flynn Aug 15, 2009 04:20 PM

You could put something like this in STyle & edit HEADER AREA -> Configure Header Area

<div class="clearfix">
%pages
<div style="float: right; width: 200px">
HTML CODE FOR RSS ICONS
</div>
</div>

And make the div that contains the %pages float left and a specific width, with a CSS Insert

div#menu1 {
float:left;
width: 750px;
}

This is not tested and may need some CSS adjustments to align properly

Sakshin Aug 30, 2009 12:34 PM

Thanks Flynn. This works. Although I didn't put the RSS feed button there. The created space I used for one item of the categorie list. Great! No-one sees it's not an page while it's integrated in the pagebar. :)


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

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