-
AuthorPosts
-
May 19, 2015 at 10:53 am #206461
Hello,
Whether I’m using K2 or standard Joomla 3 “category blogs”, tables in the category descriptions do not respond to spacing nor padding values.
See for example the attached screenshot (nuevo_table.jpg) – or until it changes, the following link:
http://reverberant.com/cenuber/pos/presencial/selecao-ppg-cen
It’s pretty ugly.
The table in question has padding of 10 and spacing of 10. If I use a non-joomlart template such as beez3 the table is displayed nicely. See the other attached file.
Please help!
P.S. instant notification of responses to subscribed threads on this forum doesn’t seem to work.
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 20, 2015 at 11:49 am #571211Thanks – pm sent
May 20, 2015 at 11:49 am #736259Thanks – pm sent
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 21, 2015 at 8:36 am #571344<em>@surdo 474227 wrote:</em><blockquote>Thanks – pm sent</blockquote>
I solved directly on your site with the solution below and you can check it again, below is the solution
Open templates/ja_nuevo/css/custom.css file and see new script css style
div.itemListCategory {
background: #f7fafe ;
border: 1px solid #ddd ;
margin: 4px 0;
padding: 8px;
}div.itemListCategory table {
border: solid 1px #ddd ;
}div.itemListCategory table {
width: 100%;
max-width: 100%;
margin-bottom: 1.5em;
border-collapse: collapse;
border-spacing: 0;
background-color: transparent;
font-size: 1em;
}div.itemListCategory tr {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}div.itemListCategory table tbody tr td, div.itemListCategory table tbody tr th {
-webkit-transition: background-color 0.25s 0 linear;
-moz-transition: background-color 0.25s 0 linear;
-ms-transition: background-color 0.25s 0 linear;
-o-transition: background-color 0.25s 0 linear;
transition: background-color 0.25s 0 linear;
}div.itemListCategory table th, div.itemListCategory table td {
padding: 8px;
vertical-align: top;
border: 1px solid #ddd ;
line-height: 1.5em;
text-align: left;
}
div.itemListCategory table tr:hover td, div.itemListCategory table tr:hover th {
background-color: #FEFDE2 ;
}
1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by surdo 9 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-