-
AuthorPosts
-
flying_scot Friend
flying_scot
- Join date:
- November 2011
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 6
- Thanked:
- 4 times in 1 posts
November 23, 2011 at 12:53 am #170999I am having a problem with JA Comment. Click here to see what happens to the top table
When you click on an article that is in a blog list you can see the table in the module above the article is now broken. I have turned off all of the plugins and just have the comment itself with a login link to make a comment. Even stripped down to the bare bones it breaks the table in the module above.
Any chance of getting help on this? If not I have to find a different solution.
T.I.A.
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
November 25, 2011 at 9:54 am #426357Hi
Actually as i can see it’s not because JA Comment. It’s because css.
You are using <table > in this module ( Mod92 ). And right col is not right w/ css.
You can make simply by put
style="vertical-align: top;"
hard code into your module or put it into css file ( template.css )
#ja-content-top tbody tr td {
vertical-align: top;
}
Thank you,
Viet Vu1 user says Thank You to jooservices for this useful post
flying_scot Friendflying_scot
- Join date:
- November 2011
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 6
- Thanked:
- 4 times in 1 posts
November 29, 2011 at 12:07 am #427020Hi Viet. Sometimes…actually it seems most of the time…it’s a simple answer. I did add your code with no results. But it got me to thinking about my table code. I forgot to put a table width in. As soon as I did that…voila…fixed. But thanks for your tip.
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
November 29, 2011 at 2:10 am #427036Hi
Above css code i have checked on your live site. So , little surprise if it not work.
Btw glad to hear you solved your issue.Beside that for better we should use div instead table 🙂
Thank you,
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by jooservices 13 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
JA_Comment breaking Table in top module
Viewing 4 posts - 1 through 4 (of 4 total)