Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • noorantel Friend
    #200138

    Hi friends,

    I have a problem in “features-intro” module,
    I use this module in default theme in ja_sugite,

    could you please check this page, http://astiak.net/network-solutions
    when change the browser size, in some size all the images disappear from the content and show at end of the page and when decrease browser size agian images will appeare in their location again.

    is it my fault on image or something else ?

    Adam M Moderator
    #544113

    Hi,

    Please navigate to Admin >>> Extensions >>> Template Manager >>> choose your current template >>> temporary disable CSS compression so I can take a look at the problem for you.

    noorantel Friend
    #544246

    Hi,

    I disabled both the “Optimize CSS” and “Optimize JS”,
    Now you can check it.

    Regards.

    Adam M Moderator
    #544362

    Hi,

    I checked your site but still see compressed CSS file, could you please recheck ?

    noorantel Friend
    #544427

    So sorry,
    That wasn’t been saved,

    Right now it is disable, please check it again, thanks.

    Adam M Moderator
    #544582

    Hi,

    1. Please note that in Module Class Suffix, it should be ‘ row-feature-secondary clearfix’ with 1 white space at the beginning.

    2. Change the CSS class below in all HTML modules you placed in position ‘features-intro’ in home page :

    <div class="col-sm-12 col-md-6 about-us">

    to :


    <div class="col-sm-9 col-md-6 about-us">

    3.Please open root_folder/templates/ja_sugite/css/rtl/custom.css (if you don’t have this file, just create a new one) then add this code :

    .about-img {
    margin: 0;
    } @media screen and (max-width: 992px) {
    .about-img {
    bottom: 25%;
    }
    } @media screen and (max-width: 767px) {
    .about-img {
    position: static;
    }
    }

    Save your file and recheck.

    noorantel Friend
    #545480

    Dears Adam M,

    Thanks a lot, my Module Class Suffix was wrong, just require a space in the beginning.

    Regards.

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

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

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