Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • assiabi Friend
    #900124

    Hi,
    There under the menu background some part of the another image. what I have put there does not show as demo site.

    also I want to know how I can change 4 column to 3 column in article category in to rows.

    http://assiabi.com/event/index.php/en/


    1. fixing.fw_
    Ninja Lead Moderator
    #900250

    Hi,

    You can copy all my CSS style below and paste it into templates/ja_events_ii/css/custom.css file to fix the problem on your site

    /* hide the image in top site */
    .wrap.t3-masthead {
        display: none !important;
    }
    
    /* fix the center language flags with login button */
    .languageswitcherload {
        padding-top: 5px;
    }
    
    /* fix to show 4 columns */
    .category-grid .row > div {
        min-height: 320px !important;
    }

    Regards

    assiabi Friend
    #900350

    Thank you! all fixed but not changing 4 col to 3 col.

    I show on the image what I need exactly.


    1. 3-col.fw_
    Ninja Lead Moderator
    #900353

    Try to apply this way

    Open templates/jaeventsii/html/mod_articles_category/grid.php file

    find and change

    <div class="col-sm-6 col-md-3">

    to

    <div class="col-sm-6 col-md-4">
    assiabi Friend
    #900366

    Thanks a lot! Done.

    assiabi Friend
    #903195

    Hi, how I can align title of slideshow on front page to bottom also the text smaller?


    1. text-slide.fw_
    Ninja Lead Moderator
    #903574

    My tweak below will help you out

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

    .acm-slideshow .owl-carousel .item .slider-content .table-cell {
        vertical-align: bottom !important;
    }
    
    .acm-slideshow .owl-carousel .item .slider-content .item-title {
        font-size: 22px !important;
        font-weight: normal !important;
    }
    assiabi Friend
    #903676

    Thank you. Done!

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

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

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