Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   Removing border from my custom widget (http://forum.bytesforall.com/showthread.php?t=10789)

tlck9 Oct 28, 2010 10:37 AM

Removing border from my custom widget
 
Hi All,

I want to alter the way a particular widget in my header looks. I have created the new widget area called Mywidget_header by using the following in the configure header area

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

I have on another website used the following code in the CSS area, however on this webpage I cant get it to work . The website is www.agresso.ibix5.co.uk

Basically, I have trying to achieve the following:

Links all right aligned
no border around widget area
and finally to move it alongside the site title and tagline

div#Mywidget_header {
position:absolute;
padding-left:650px;
top:20px;
z-index:40;
border: none;
}

Can anyone explain "blond-moment" terms what i'm doing wrong or what I need to do. Cheers

lmilesw Oct 28, 2010 02:41 PM

Try using div#mywidget_header instead of div#Mywidget_header. The ID is created with lower case.


All times are GMT -6. The time now is 12:19 PM.

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