Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1048172

    I have placed an Easy Slider full width but when I reduce the size of the screen (mobile devices) I can not see correctly both the title and the buttons.
    What can I do to make the entire contents of the section look complete?
    I tried it with the screen settings but the buttons are not visible

    Thanks

    • This topic was modified 5 years, 11 months ago by robertolex.
    #1048325

    Hey robertolex,

    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,
      .avia-slide-wrap  {
        min-height: 220px !important;
    
      }
      #full_slider_1 .avia-slideshow li img {
        width: 180% !important;
        max-width: auto;
      }
       .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
          padding-top: 0px;
      }
    }
    @media only screen and (min-width: 768px) and (max-width:989px) {
     .html_header_transparency #top .avia-builder-el-0 .slideshow_caption p {
         margin: 0;
         font-size: 20px
     }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1048966

    I added the code but it still does not look correctly.
    I’m interested in seeing the buttons, especially in the mobile, but they do not look a bit.

    Thank you

    #1049176

    Hi robertolex,

    Best regards,
    Victoria

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