This is my site http://185.105.4.132/~orangeye/
When I scroll down, a white space appears between my menu bar and slider.
how do I remove that?
This is what I have done to plave the logo at the very top. After doing this, the white space started appearing.
.edgtf-page-header{
padding-top:280px;
background-image: url(‘…/uploads/2016/01/home-logo.png’);
background-repeat: no-repeat;
background-position: center top;
position: relative;
display: block;
}
check the below image for better understanding of what I am trying say.
I don’t see any white space. What browser are you using?
I see it using Chrome - when the view-port is narrow.
Thanks Mitt, I see it now.
Seems an element is now set to show…
Ah yes, I see it at narrow viewpoint BUT it’s not blank - it has a hamburger icon, a logo and a search icon…
hey guys,
thnx for responding back. I got this resolved. but I have another issue.
can you please also help me in linking the topmost logo to home.
Actually, I placed it up there using css and no html. so I dont have any idea how to link it to home, thnx again.
ronpat
January 28, 2016, 11:29pm
9
Is there a reason that you did not put the image in an anchor in the foreground? or do you want the entire banner to be clickable?
PS:
Nauman_Tanwir:
using css and no html.
There is always HTML.
In this case, you have placed it as a background image within he <header> element.
Actually, Its a wordpress site and the theme wasn’t allowing me to do so.
So, then I used the above code which I posted above to plave the logo there.
No, I only want the logo to be clickable and not the whole banner.
No, I can’t.
Isn’t there anyway using js or jquery may be
ronpat
January 28, 2016, 11:41pm
13
There may be, but that would be the wrong way to add an anchor to the home page.
I recommend that you communicate with the person who can change the HTML and have him/her put the image in the forground in an HTML box.
Ohk. I understand that. I am doing that as well.
But, I am a little under pressure right now, So, you can help me, it will be great. thanks again.
felgall
January 29, 2016, 4:55am
15
Is there something in the HTML you can attach the link to?
hi, thanks for replying back. Its a wordpress site.
This is the code for header.php pastebin.com/vbS5gaMd
I have solved this problem. BUT, I want to bring the topmost logo in center. But If I bring it center, then the left arrow of the slider also moves to center. Please help me. thanks.
Edited: Added by cpradio
Conversation started at
This question is related to my previous query which is this How remove the white space between my menu and slider?
This is my site http://185.105.4.132/~orangeye/
I want to bring the topmost logo in center. But If I bring it center, then the left arrow of the slider also moves to center. Please help me. thanks.
system
Closed
May 26, 2016, 12:57am
18
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.