Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Dezertztorm Friend
    #834825

    On a live site with charity template deployed we have the event-1 acting up.

    On: http://www.territori4x4.com/es/viajes/

    There are gaps into the structure where the events are supposed to display.


    1. Screen-Shot-2015-12-30-at-11.18.08
    Ninja Lead Moderator
    #835683

    Hi,

    You can apply my tweak below to fix the problem on your site.

    Open templates/ja_charity/css/custom.css file and add new rule

    @media  (min-width: 1200px) {
        .event-list .event-item .item-image img.img-responsive {
            height: 248px !important;
        }
    }

    Hope it helps

    Regards

    Dezertztorm Friend
    #835876
    This reply has been marked as private.
    Ninja Lead Moderator
    #835902

    Look at the screenshot below, you will see the title and description on that are very long and it causes the problem on iPad device, you need to limit to add long title and description.

    With the problem on your site, you can add CSS style below into custom.css file

    @media  (min-width: 768px) and (max-width: 979px) {
        .event-list .gallery-item.event-item {
            min-height: 300px !important;
        }
    }

    Hope it helps


    1. Screen-Shot-2015-12-31-at-15.42.39
    brandpropaganda Friend
    #894515

    Hi, I have the same problem… I have secured the above lines in custom.css and nothing happened . I have several problems with this template .

    It is a blank … Why ?


    1. event
    Ninja Lead Moderator
    #894538

    @brandpropaganda: You can try to add the CSS style above into templates/ja_charity/css/template.css file.

    brandpropaganda Friend
    #894761

    I put the css up in template.css and not forward, continues the empty spaces on the desktop, just stay right in Mobile


    1. eventos-continua
    Ninja Lead Moderator
    #895763
    This reply has been marked as private.
Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 7 replies, has 3 voices, and was last updated by  Ninja Lead 8 years, 2 months ago.

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