Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • surdo Friend
    #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.


    1. nuevo_table
    2. beez3
    Ninja Lead Moderator
    #571202

    I got that bug on your site, but I need to check the configuration directly on your site. Please pm me admin login of your site and FTP account. I will help you out.

    surdo Friend
    #571211

    Thanks – pm sent

    surdo Friend
    #736259

    Thanks – pm sent

    Ninja Lead Moderator
    #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 ;
    }

    surdo Friend
    #571351

    Ninja Lead – I see you have been working on the site and the table problem is fixed. Thanks a lot! If there’s anything I need to know about the changes made, please reply.

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  surdo 8 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum