Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

JoomlaTune Support Forum    JComments component    General discussion    Topic: How to move component down (pic inside)
Pages: [1]   Go Down
  Print  
Author Topic: How to move component down (pic inside)  (Read 1443 times)
0 Members and 2 Guests are viewing this topic.
Stockypotty
Newbie
*

Karma: 0
Offline Offline

Posts: 8


Email
« on: July 17, 2010, 20:29:20 »

Hello,

So after my article I will be having a few social bookmark modules, and then I wish for the comments to be below that.

If you look at the screen, the comments section currently needs to move down.

However when I select the whole component, there is no CSS control to enter the code for it to move down.





I think I might have to add in a div.jc {   } somewhere, although I am not too sure.

Any help would be great thank you!
Logged
BBC
Full Member
***

Karma: 4
Offline Offline

Posts: 197



« Reply #1 on: July 17, 2010, 20:43:08 »

Can you write your website url? Or send to PM.
Logged
Stockypotty
Newbie
*

Karma: 0
Offline Offline

Posts: 8


Email
« Reply #2 on: July 17, 2010, 20:46:29 »

Unfortunately I am hosting locally on my PC ( I think I should make it live just for support purposes)
Logged
BBC
Full Member
***

Karma: 4
Offline Offline

Posts: 197



« Reply #3 on: July 17, 2010, 20:54:15 »

It is very strange problem. First thing on my mind was display:block, display:inline for "diggibutton". But it shouldn´t work that way.

Upload somewhere your template folder, and put url here, so i can test at my localhost.

And CSS for Jcomments and social bookmarks plugin, if you changed something in them. Please write name of that plugin.
Logged
BBC
Full Member
***

Karma: 4
Offline Offline

Posts: 197



« Reply #4 on: July 17, 2010, 21:14:00 »

When you mark div id="jc" you get at right

html, div, map, dt, isindex, form {
display:block;

}

I don´t have that so it must pull it from your template. Try to add this exact line to your Jcomments CSS file but with important at the end, and change to display:inline;


html, div, map, dt, isindex, form {
display:inline !important;

}

Or play a little bit whit this, to see if you can change something.
Logged
Stockypotty
Newbie
*

Karma: 0
Offline Offline

Posts: 8


Email
« Reply #5 on: July 17, 2010, 21:17:45 »

well I would have thought if I could get CSS control for the JC block then I could just move it down with something like

{position: relative;
 Top:Huh?
}

I have the Div JC, all I would have thought I would need is what to put in the actual CSS file for me to have CSS control
Logged
BBC
Full Member
***

Karma: 4
Offline Offline

Posts: 197



« Reply #6 on: July 17, 2010, 21:18:04 »

Maybe display:block with some margin.
Logged
BBC
Full Member
***

Karma: 4
Offline Offline

Posts: 197



« Reply #7 on: July 17, 2010, 21:25:33 »

It is strange. You have display:block there but it behaves as display:inline.
Logged
Stockypotty
Newbie
*

Karma: 0
Offline Offline

Posts: 8


Email
« Reply #8 on: July 17, 2010, 21:59:37 »

Ok I fixed it. The digg button had a float:left code.

So I deleted that and the comments went below the digg button like I wanted.

Thanks for the speedy reply!
Logged
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    General discussion    Topic: How to move component down (pic inside)
 
Jump to: