XF 1.2 Problem with my Logo Resizing/Search Bar

51463

Well-known member
Somehow while i was customizing my header and page background or something...

Well know my header is acting funny.

My header is on the Left and on the Right is an advertising Banner.

When i shrink my browser the search bar goes over the avatar and users cannot see it.

When it goes even smaller the search bar looks a little like its over the border.

I have added 5 pictures in sequence to show my problem. You can see the problem on pictures 3 & 4header (1).webpheader (2).webpheader (3).webpheader (4).webpheader (5).webp

Can someone help me?
 
I can't get this to work!!

I've tried many things but the logo always goes down too far. If i get rid of the adsense advertising it works fine. But everytime i put an ad to the right of the logo. It wont work.

And i really want to put an add to the right of the logo. Why is it so complicated:cry:

Is there any way we can get rid of the responsive design just for the header part?

I don't know what to do.
 
Anything i do. The logo keeps forcing itself down on top of things. Is there a code somewhere where i can push it up? Or make some kind of wall to keep it from going down.
 

Attachments

  • 6KK8S{%IHAJE]FT119(KJ]L.webp
    6KK8S{%IHAJE]FT119(KJ]L.webp
    16 KB · Views: 15
I also tired to use this

<xen:hook name="ad_header" />
<div style="display: block; float: right; line-height: {xen:calc '@headerLogoHeight - 4'}px; *line-height: @headerLogoHeight; height: @headerLogoHeight; vertical-align: middle">
<img style="vertical-align: middle" src="../path/to/image.png" />
</div>


But it also pushes the logo down

And as you can see the Post New Thread becomes hidden and then no one will be able to post a new thread.

95TX3G%UK9KZSP)1_[SV4QO.webp
 
I'm not sure what i did. But it's working a bit..

ad_header


<div style="display: block; float: right; line-height: {xen:calc '@headerLogoHeight - 4'}px; *line-height: @headerLogoHeight; height: @headerLogoHeight; vertical-align: middle">
add script here
</div>



extra.css

<xen:if is="@enableResponsive">

@media (max-width:@maxResponsiveWideWidth)
{
#headerMover #headerProxy { height: 274px; }
}
</xen:if>



Customized Components

For some reason I had to reset "Height of Header Logo" and re-enter it again. And the add goes behind the logo when it shirks. But the logo doesnt go down anymore

Its good enough that i'm happy with it.

Thank you Russ!!
 
Top Bottom