Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • desmats Friend
    #1051009

    I posted a question here:

    https://www.joomlart.com/forums/topic/mobile-layout-not-working-in-portrait/

    But the thread has been closed, but this is related.

    The captions are blocking out the images (see screenshots) what is the code snippet to remove theses from mobile view?

    Also I may also experiment with reinstating the buttons – do I just remove the code in the previous thread?


    1. IMG_8096
    2. IMG_8097
    3. IMG_8098
    4. IMG_8099
    Pankaj Sharma Moderator
    #1051212

    Hi
    Kindly use this code in custom.css file to remove the caption for the mobile view

    @media (max-width: 768px) {
    
    .ja-ss-desc .ja-ss-caption {
    
        display: none;
    }}
    

    Hope it helps.

    Regards

    desmats Friend
    #1051455

    Thanks this works I also want to remove the video play panel as it squeezes the type – see screener attached.


    1. fullsizeoutput_1054
    Pankaj Sharma Moderator
    #1051579

    H
    You can hide the module positions from the layout options > Responsive layout > Extra small.
    click on the eye icon to hide that position in that view.

    Regards

    desmats Friend
    #1051694

    Thanks – I have made the changes.

    I have one more question what is causing the white space on the attached screen shot – it only appears in mobile portrait view.

    Thanks for your assistance Pankaj


    1. fullsizeoutput_1055
    Pankaj Sharma Moderator
    #1051825

    Hi
    Open /templates/ja_decor/css/themes/yellow/mod_jaslideshowlite.css
    Find

    
    .ja-ss-item {
      display: block;
      float: left;
      margin: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      left: 0;
      width: 100%;
      min-height: 260px;
      z-index: 1;
      backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
    }

    change the min-height value to 240px or lower.

    Regards

    desmats Friend
    #1051915

    Not the mod_jaslideshowlite-custom.css file?

    Pankaj Sharma Moderator
    #1051926

    Hi
    Use this file to find the code
    Open /templates/ja_decor/css/themes/yellow/mod_jaslideshowlite.css

    Regards

    desmats Friend
    #1052005

    Got it thanks – it looks better now.

    Pankaj Sharma Moderator
    #1052087

    You are welcome!

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

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

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