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)
-   -   [SOLVED] RSS Icons not aligned (http://forum.bytesforall.com/showthread.php?t=11523)

RHCdG Dec 4, 2010 06:27 PM

[SOLVED] RSS Icons not aligned
 
Hi,

The RSS Icons in the header area of my blog are not properly aligned, and I don't see how I can change their positions. I would just like to see them above the search box in a vertical alignment. Can anybody please help? The site is at http://www.cornetsdegroot.com/rhcdg

Thanks,
Rutger

juggledad Dec 4, 2010 07:29 PM

Do an export of your atahualpa settings and attach them to a reply

RHCdG Dec 4, 2010 07:35 PM

1 Attachment(s)
Hi Juggledad,
Thanks for looking into this! Please find the export file attached to this reply.
Kindly,
Rutger

juggledad Dec 5, 2010 05:08 AM

1) you don't have the search box turned on (ato->Style & edit HEADER AREA)
2) you have code in the CSS Inserts that is changing the locations of the search box and the RSS and Comment feed locations
HTML Code:

div.searchbox { border:solid 1px red;
position: absolute;
top: 130px;
right: 250px;
}
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;
}


RHCdG Dec 5, 2010 06:35 PM

Many thanks, Juggledad!


All times are GMT -6. The time now is 03:13 PM.

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