Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • lukelee0223 Friend
    #1087156

    Hi guys,

    Please see the attachments first.

    The screenshot0001 shows that the text content has 3 blocks. The screenshot0002 is the mobile view as iPhone 8 screen solution. The screenshot0003 is the same as above but rotate to Horizontal view.

    My question is:

    1. When in the mobile view like screenshot0002, would it be possible to make the text content show the 1 and 2 blocks or 3 block? How can I define the code to reach that?

    2. Would it be possible to do the same as above in the mobile view like screenshot0003, too?

    3. Would it be possible to disable the pagination only in the mobile view?(still want to keep it in the original view)

    You can check in my temporary website. http://www.luke-ghostwriter.com/web/DKD/

    Look forward to the replying.

    Luke

    • This topic was modified 6 years, 3 months ago by  lukelee0223.
    • This topic was modified 6 years, 3 months ago by  lukelee0223.

    1. screenshot0001
    2. screenshot0002
    3. screenshot0003
    Saguaros Moderator
    #1087412

    Hi Luke,

    You can try with this custom CSS:

    @media (max-width: 991px) {
      .acm-slideshow .owl-carousel .item .slider-content-inner p {
        display: block;
      }
      .acm-slideshow .owl-carousel .owl-item:nth-child(1) .item .slider-content-inner p:nth-child(1) {
          font-size: 10px;
      }
    } 

    add to the file: root/templates/ja_smallbiz/css/custom.css

    And which ‘Pagination’ are you referring to?

    lukelee0223 Friend
    #1087440
    This reply has been marked as private.
    Saguaros Moderator
    #1087443

    Hi Luke,

    No problem, you can try with this custom CSS:

    @media (max-width: 767px){
    .acm-slideshow .owl-carousel .owl-controls .owl-pagination {
        display: none;
    }
    }
    lukelee0223 Friend
    #1087504
    This reply has been marked as private.
    Saguaros Moderator
    #1087652

    Hi Luke,

    Yes, you can remove the br tag and add the padding for the title like this:

    .acm-slideshow .owl-carousel .owl-item .item .slider-content-inner h2 {
        padding-bottom: 70px;
    }

    and change to the value which suits your needs.

    Regards

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

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

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