Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1111626

    Size of the Slider in the cell phone, there is a way to make the size of the sliders bigger in the cell phone because it is too small in the laptop or PC devices it looks good but in mobile it is very small can it be enlarged a bit more?

    Home

    #1111769

    Hey RazielRZ,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1111795

    Check FULL slider on mobile so small

    small

    #1112028

    Hi RazielRZ,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width:767px){
      #full_slider_1, 
      #full_slider_1 .av_slideshow_full.avia-slideshow,
      #full_slider_1  .avia-slideshow-inner,
      #full_slider_1 .avia-slideshow li,
      #full_slider_1 .avia-slideshow li img,
      #top #full_slider_1 .caption_fullwidth,
      #top #full_slider_1 .avia-slide-wrap {
        min-height: 300px;
      }
      #full_slider_1 .avia-slideshow li img {
        width: 140% !important;
        max-width: auto;
      }
       .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
          padding-top: 0px;
      }
       #full_slider_1 .avia-slideshow li img {
          min-height: 300px !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1112161

    nice… its work good service

    #1112245

    Hi RazielRZ,

    We’re glad to hear that. :)
    Let us know if you need further assistance.

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.