Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1075618

    Hi all,
    I need your help with the mobile slider visualization. I built an easy slider in my web site http://www.fairwindsdigital.it and in desktop mode is ok but the rendering in mobile is very bad. The head line is too big and we can’t see the button below the headline in mobile version. Could you plese help me to fix those issues?

    Thank you
    Marco

    #1076221

    Hi Marco,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .avia-builder-el-0 .slideshow_caption {
        padding-top: 20px;
    }
    }

    Best regards,
    Rikard

    #1077404

    Hi Rikard,
    thank you for your answer. I put the code in quick css as you suggested me but the problem still exist.
    is there a way to fix it?

    The screeshot below
    https://postimg.cc/gallery/33xu0faai/

    thank you
    Marco

    #1077558

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1088655

    Hi Jordan,
    i still have the problem with mobile visualization of my web site. In Quick CSS under Enfold->General Styling I have this code yet to have the text in one line:

    @media only screen and (max-width: 767px) {
    .avia-builder-el-0 .slideshow_caption {
    padding-top: 50px;
    }
    }
    .slideshow_caption {
    width: 100% !important;
    }

    you can see the problem in those screenshot
    https://postimg.cc/gallery/hc1cjyca/

    let me know how I can solve it.

    Thank you
    Marco

    #1088840

    Hi Marco,

    There is not enough width on the small screens to have the text in one line.

    Please remove the code given before and try this:

    
    @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 {
        min-height: 240px;
    
      }
      #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;
      }
    }
    

    Best regards,
    Victoria

    #1089186

    Hi Victoria,
    thank you very much for you answer. The mobile version now is perfect but now the copy in desktop version is on two lines.
    below the screeshot.

    https://postimg.cc/627cgjf4

    Is there a different solution for mobile and desktop?

    Thank you
    Marco

    #1089849

    Hi Marco,

    Thanks for the update, I get a 404 error on the page you linked to previously though. We need to inspect the element in question in order to give you accurate CSS.

    Best regards,
    Rikard

    #1098235

    Hi Rikard,
    now the webb site is up and running. could you please help me about my previous issue?
    thank you
    marco

    Hi Victoria,
    thank you very much for you answer. The mobile version now is perfect but now the copy in desktop version is on two lines.
    below the screeshot.

    https://postimg.cc/627cgjf4

    Is there a different solution for mobile and desktop?

    Thank you
    Marco

    #1098693

    Hi Marco,

    Thanks for the screenshot, your site seems to be having problems still though. Please see private.

    Best regards,
    Rikard

    #1099988

    Hi could you please to try again now to reach the web site? everything should be ok.

    Thank you
    Marco

    #1100389

    Hi Marco,

    The code I gave you affects only the mobile view and does not change anything on the desktop.

    The caption width was like this from the start o all screen sizes.

    Best regards,
    Victoria

    #1100540

    Hi Victoria,
    could you please help me to fix the deskot version? Mobile mode is perfect but on desktop mode i don’t like the text in two lines.

    Thank you
    marco

    #1100954

    Hi Marco,

    Please try the following css:

    
    .slideshow_caption {
        width: 100%;
    }
    

    Best regards,
    Victoria

    #1102849

    Hi Victoria,
    thank you very much for you answer. Where Can I put the code you gave me?
    In Theme options ==> quick css I have this code yuio gave me for mobile view:

    @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 {
    min-height: 240px;

    }
    #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;
    }
    }

    Where can i put the second? Up o down it?

    TYhnak you Marco

    #1104265

    Hi,

    You can put the new code there also.

    Best regards,
    Basilis

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