Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   how to change rss , comment button and search area position? (http://forum.bytesforall.com/showthread.php?t=10379)

sohel2020 Oct 15, 2010 07:05 PM

how to change rss , comment button and search area position?
 
I upgrade atahualpa345 to atahualpa353. I want to change the rss and comment button and search area position like the picture.
http://img98.imageshack.us/img98/157/58986148.jpg
I know it is possible in Fresh atahualpa353 install. I also want to make change search area style like atahualpa353 but it is still now show as a atahualpa345 style.
my site : www.bdtechnology.tk

lmilesw Oct 15, 2010 07:44 PM

You have to reduce the width of your RSS box

sohel2020 Oct 15, 2010 08:16 PM

now i reduce my Rss Box width but nothing change which i want.

I want RSS, Email & comment button on the right side on the page Manu Bar.
because if i remove %logo. then "RSS, Email & comment button" don't show
Actually I want to remove %logo but keep "RSS, Email & comment button"


Any idea?

lmilesw Oct 15, 2010 08:25 PM

You could add a new widget area per the instructions in ATO>Add New Widget Areas in the same place where %logo is and put the necessary widget or widgets there.

sohel2020 Oct 15, 2010 08:37 PM

look this site This is my another site http://wp.somewhereinblog.tk/

this site where is RSS, comment is on the page menu.
I want to do this in my site: http://www.bdtechnology.tk/

Please help me

lmilesw Oct 15, 2010 09:58 PM

The site you want to copy is one of the styles included with Atahualpa in the styles folder. I just imported it and looked at the code for the items you mentioned and here it is. You may have to tweak some of the settings for your situation.
HTML Code:

div.searchbox {
position: absolute;
top: 130px;
right: 25px;
}
div.searchbox input.text {
border: none;
padding: 2px 15px 2px 3px;
background: #fff url('<?php bloginfo('template_directory'); ?>/images/search2.gif') no-repeat right center;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
height: 15px;
bolder: solid 1px #e7e7e7;
font-size: 11px;
}

a.posts-icon {
position: absolute;
top: 163px;
right: 140px;
font-weight: normal;
color: #fff;
font-size: 11px;
}
a.comments-icon {
position: absolute;
top: 163px;
right: 30px;
font-weight: normal;
color: #fff;
font-size: 11px;
}



All times are GMT -6. The time now is 05:26 PM.

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