Bannertop
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Sat Oct 11, 2014 9:16 pm
- Reply with quote
- Report this post
Hi.
I want to make a bannertop of the same height as the logo, without spaces above and below.
Help, please.
I want to make a bannertop of the same height as the logo, without spaces above and below.
Help, please.
-
- Expert Boarder
- GK User
- Sat Oct 11, 2014 9:20 pm
- Reply with quote
- Report this post
P.S. http://diary.travel/
-
- Expert Boarder
- teitbite
- Thu Oct 16, 2014 1:58 pm
- Reply with quote
- Report this post
Hi
Found it. Looks like moderator system has marked it as solved. Probably because of a fast bump.
Anyway. All I can see in Your banner top position in menu made from icons. You may remove the margin which is added there to use the same width as logo has.
Found it. Looks like moderator system has marked it as solved. Probably because of a fast bump.
Anyway. All I can see in Your banner top position in menu made from icons. You may remove the margin which is added there to use the same width as logo has.
- Code: Select all
#gkBannerTop {
margin: 0;
}
-
- Moderator
- GK User
- Tue Oct 21, 2014 12:21 pm
- Reply with quote
- Report this post
No. It didn't helps me.
Because of line setup and left margin needed.
This helps:
Line-height was 60px, and I make 0px
And another question.
How to fix logo/bannertop/login at the top while scrolling?
Thanks in advance.
Because of line setup and left margin needed.
This helps:
- Code: Select all
#gkBannerTop {
float: left;
margin: 0px 0px 0px 50px;
}
#gkBannerTop p {
color: #999;
line-height: 0px;
margin: 0;
}
Line-height was 60px, and I make 0px
And another question.
How to fix logo/bannertop/login at the top while scrolling?
Thanks in advance.
-
- Expert Boarder
- teitbite
- Wed Oct 22, 2014 12:31 pm
- Reply with quote
- Report this post
Hi
I've just noticed that You have whole Your website in top layer. Something is wrong with modifications or content in modules. Please send me an access to ftp.
I've just noticed that You have whole Your website in top layer. Something is wrong with modifications or content in modules. Please send me an access to ftp.
-
- Moderator
5 posts
• Page 1 of 1