test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Saguaros Moderator
    #970391

    Hi

    In small view port, the width is not enough to display them all, if you want to show image, try with this tweak:

    • Go to file: ROOT/templates/ja_cagox/css/custom.css (create this file it doesn’t exist)
    • Add this css rule:
      @media (max-width: 480px) {
      .block-slideshow.style-2 .slick-slider {
      display: block !important;
      }
      }
    natali.klochan Friend
    #970469

    I understand. Really image is displaying on the full size photo. But can I make visible this photo is smaller – for the small display?

    Can you tell me – where or which files and rules I can make changing for 4-th types width (for 4-th types display). Because I need 2-nd text in small display will be visible.
    My height is not enough for displaying second text after title in this module (photo).


    1. Screenshot-9
    2. Screenshot2-2
    3. Screenshot3
    4. Screenshot33
    natali.klochan Friend
    #970474

    This moment very important for my work.
    Because my future buyers often is watching my site on the phone and I need that collection and coming soon pages is visible on the smartphone is good (with foto).
    This module very like to me and I want that it working in all device is good.
    Thanks for understanding.

    Saguaros Moderator
    #970889

    You can use this css rule:

    @media (max-height: 768px) {
     .style-2.block-slideshow .slideshow-content .block-intro {
        display: block !important;
     }
    }
    natali.klochan Friend
    #971089

    Great thanks.
    It works..

    Saguaros Moderator
    #971100

    You’re welcome!!!

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

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

The topic ‘Displaying horizontal page style on the phone’ is closed to new replies.