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?