How remove a line below the nav bar
How remove a line below the nav bar
Hi guys, i really need your help..
im goin to post a screenshot, as u can see, in the top of the forum, just above the navigation bar, there' s a white line,from the left to the right for all the width of the forum and appears also on the advertisement banner, its possible see it when members log out cause my forum has white background and when we r log in we dont see it..
how fix it?? thanks..
forum url http://love.ativi-forum.com

im goin to post a screenshot, as u can see, in the top of the forum, just above the navigation bar, there' s a white line,from the left to the right for all the width of the forum and appears also on the advertisement banner, its possible see it when members log out cause my forum has white background and when we r log in we dont see it..
how fix it?? thanks..
forum url http://love.ativi-forum.com

WhitePrincess- New Member
- Posts : 18
Reputation : 1
Language : English
Re: How remove a line below the nav bar
CSS:
Remove it
- Code:
#fa_ticker_block {
Remove it
Mike- Hyperactive
-
Posts : 4251
Reputation : 468
Language : English, HTML, CSS
Location : Loveland, Colorado
Re: How remove a line below the nav bar
Sorry that code is incomplete and if i add display none nothing happens..
WhitePrincess- New Member
- Posts : 18
Reputation : 1
Language : English
Re: How remove a line below the nav bar
Try:
I don't think it'll work either.
Matti's idea might work.
- Code:
#fa_ticker_block {
display: none !important;
}
I don't think it'll work either.
Matti's idea might work.
Mike- Hyperactive
-
Posts : 4251
Reputation : 468
Language : English, HTML, CSS
Location : Loveland, Colorado
Re: How remove a line below the nav bar
Thank u so much guys, it works!!! Amazing!
The Search button of the nav bar doesnt work, ive heard there r some problems is it true or its my forum?
Last thing, if u can kindly answer...i wanted add the keywords gadget, but when i add it none tag appears.. its cause ive to add tags to the posts?
if yes how? thank u so much again!

The Search button of the nav bar doesnt work, ive heard there r some problems is it true or its my forum?
Last thing, if u can kindly answer...i wanted add the keywords gadget, but when i add it none tag appears.. its cause ive to add tags to the posts?
if yes how? thank u so much again!
WhitePrincess- New Member
- Posts : 18
Reputation : 1
Language : English
Re: How remove a line below the nav bar
The keywords in the widget will appear automatically.
Yes, the search feature is not 100% accurate.
Yes, the search feature is not 100% accurate.
Re: How remove a line below the nav bar
thank u for ur answer!!
my keywords dont appear at all, what can i do?
last thing, how make the header image w rounded corners w css if i'll need to do it w another image?
Thank u so so much..
my keywords dont appear at all, what can i do?
last thing, how make the header image w rounded corners w css if i'll need to do it w another image?
Thank u so so much..
WhitePrincess- New Member
- Posts : 18
Reputation : 1
Language : English
Re: How remove a line below the nav bar
Try this:
- Code:
div#logo-desc a#logo img{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
Guest- Guest
Re: How remove a line below the nav bar
thank u Gassy it works!!!
what do u think abt my keywords gadget's problem?
do u know why my widgets column, my sidebar has no the same
margin to the left of the header's logo?
thank u again.
WhitePrincess- New Member
- Posts : 18
Reputation : 1
Language : English
Re: How remove a line below the nav bar
For margin the logo:
- Code:
#logo{
float: left !important;
}
- Code:
#logo{
margin-right: 100px !important;
}
Guest- Guest
Re: How remove a line below the nav bar
sorry for delay
do u know if there s a way to move the forum instead of the logo?
cuz the left part, the widget one has more little than the right one..

do u know if there s a way to move the forum instead of the logo?
cuz the left part, the widget one has more little than the right one..
WhitePrincess- New Member
- Posts : 18
Reputation : 1
Language : English
kosselhuynh- New Member
- Posts : 2
Reputation : 1
Language : viet nam
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum