Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • SiteWeavers Friend
    #205233

    Hi

    I seem to have an issue with the Article-Category module layout when displayed in tablet mode. I have the module set to display 6 articles (link provided in post details).

    If you resize your browser window while on that page you will see it displays 3 columns for desktops, then 1 column for tables which is all misaligned, then 1 column for mobiles which looks good again. The tablet view is the one with problems, ideally the tablet view should have 2 columns.

    From what I can make out it is something to do with the bootstrap layout classes in the module, ‘col-sm-12’ in particular, I changed this to col-sm-6 in firebug and it allowed two columns for tablets but the links below were still misaligned.

    Can you please give some guidance on how I can fix this?

    Many Thanks 🙂

    chavan Friend
    #565573

    once you change it to col-sm-6, then Add this code to /templates/ja_sugite/css/custom.css

    @media screen and (min-width: 768px) and (max-width: 992px) {

    .category-module .ja-animate .mod-articles-readmore{

    display: block !important;
    float: none !important;
    text-align:center !important;
    margin-left: 0px !important;

    }

    }

    SiteWeavers Friend
    #565609

    Thanks for your reply, where do I change it to col-sm-6?

    I’ve looked in the module via joomla admin and also in the module directory under mod_article_category but can’t see any files that display the html I need to change.

    Many Thanks

    chavan Friend
    #565618

    Your admin details are not working, please check and provide us the correct details

    SiteWeavers Friend
    #565619

    PM’d you details

    chavan Friend
    #565861

    I have made the change for you and the change is made in this file : /html/mod_articles_category/three-columns.php

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

This topic contains 6 replies, has 2 voices, and was last updated by  chavan 9 years, 7 months ago.

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