Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Forum How-To (http://forum.bytesforall.com/forumdisplay.php?f=9)
-   -   widget isnt doing what I think it should (http://forum.bytesforall.com/showthread.php?t=11430)

tlck9 Nov 29, 2010 07:33 AM

widget isnt doing what I think it should
 
Hi All

I managed to do this on one of my test sites, but cannot seem to replicate it on this site.
www.agresso.ibix5.co.uk

I would like my header to the left top, the text in Mywidget_header to be on the top right (eg supposers | Media etc

In my header I have

%logo <?php bfa_widget_area('name=Mywidget_header'); ?>

In my CSS/html inserts I have
}
/* ================================================ */
/* Header Widget */
/* ================================================ */
div#Mywidget_header {
position:absolute;
padding-left:650px;
top:20px;
z-index:40;
border: none;
}

Can someone tell me what i'm doing wrong

The other quick question, is where the search magnifying icon is I wanted to place a search icon with the word search in, is this standard as I've seen it on other atahualpa sites?

juggledad Nov 29, 2010 07:44 AM

looks like you naned the widget 'mywidget_header' not 'Mywidget_header' try changing the css selector to
HTML Code:

div#mywidget_header {

tlck9 Nov 29, 2010 07:48 AM

Quote:

Originally Posted by juggledad (Post 50590)
looks like you naned the widget 'mywidget_header' not 'Mywidget_header' try changing the css selector to
HTML Code:

div#mywidget_header {

Thanks juggledad, thats worked, in my widget box, it's a capital M, so I copied it like for like, does the CSS not like capitals?

juggledad Nov 29, 2010 08:03 AM

it shouldn't be, but if it worked....:)


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

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