Extra 1 and Extra2 act strange


Author Message
Idso

Posted: 3/19/2013
Quote message 

I usually put a search module in position "extra2". This always has worked well untill I used the latest version of Artisteer. The search bar is now above the topmenu and is stredged over the width of the header.
The same is for extra 1 when I put something in there.
Anybody have any ideas how to solve this ?

Thanks,
Idso.
 
John

Posted: 3/19/2013
Quote message 

If you are on the latest, you can ad the search straight from the header menu if your menu is within your header, you can also add custom positions directly into the header (they come out as 'header1, header2 etc, regardless of naming in artisteer, which oddly defines the div name instead of the position, but still cool).

Other than that, try playing with the suffix perhaps?
 
Idso

Posted: 3/20/2013
Quote message 

It was indeed a bug in the template and I received the following answer from support which worked well for me:

Please add the following code in the template.css file:
.art-hmenu-extra1 div, .art-hmenu-extra2 div
{
display:inline;
}
.art-hmenu-extra1, .art-hmenu-extra2
{
width:10%;
}
.art-hmenu-extra1
{
float:left!important;
}
.art-hmenu-extra2
{
float:right!important;

 
Haris

Posted: 4/5/2013
Quote message 

I have add that codes to template.css, but that happens is damaged my website layout. whether writing the code right?
please help. I also need solution for this problem ...
 
Chris

Posted: 4/7/2013
Quote message 

it's just missing the closing bracket }