Welcome, Guest
Please Login or Register.    Lost Password?

Blackbear space between 2 components
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Blackbear space between 2 components
#330
Blackbear space between 2 components 4 Years, 4 Months ago Karma: 0
Hello!

I have a question, how to change the space between 2 components (in my case between poll and the main menu)

pls look at the picture, and tell me! :)



tnx
Hrastopow
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#332
Re:Blackbear space between 2 components 4 Years, 4 Months ago Karma: 12
Hey Hrastopow,
I was just looking at the left menu css.
A quick fix would be just to apply bottom-margin to the the div with id left. The rest of the left column is in the div with id leftInner.

find:
#left {
float: left;
width: 166px;

position:relative;


}
maybe clean up the code a bit and add the style as follows
#left {
float: left;
width: 166px;
position:relative;
margin-bottom: 15px;
}
Bambi
Moderator
Posts: 343
graphgraph
User Offline Click here to see the profile of this user
Gender: Male bambii7@msn.com Location: New Zealand Birthday: 12/21
The administrator has disabled public write access.
 
#333
Re:Blackbear space between 2 components 4 Years, 4 Months ago Karma: 0
hey bambi!

ty for quick answer, but my problem is not solved, beacuse nothing happened. I did as u said, but the poll is still like on the picture.

Do you have any othe ideas?:silly:
Hrastopow
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#334
Re:Blackbear space between 2 components 4 Years, 4 Months ago Karma: 12
S**t sorry,
I always get con fused with margin/padding.

Try "padding-bottom: 15px;" or :blush: you could set the height to......... actually I just saved a copy of black bear and had a play.

#leftInner{
font: 90% Arial,sans-serif;
padding-left: 8px;
padding-top: 20px;
}

that was just below #left round line 100. I added "padding-top: 20px;" that worked for me
Bambi
Moderator
Posts: 343
graphgraph
User Offline Click here to see the profile of this user
Gender: Male bambii7@msn.com Location: New Zealand Birthday: 12/21
The administrator has disabled public write access.
 
#335
Re:Blackbear space between 2 components 4 Years, 4 Months ago Karma: 0
aaaa it works :P

ty bambi..you rock..

btw: i dont know hot to send a private message on this forum, but i wanted to ask you if u maybe have MSN, or ICQ..beacuse i have few other questions, that i would like to ask you..you can send it to me via email: hrastopow@gmail.com

tnx!:silly:
Hrastopow
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: Support
 
JOOMLA TEMPLATES Joomla Templates By JoomlaBear