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

    Ahoy,

    On my mobile view some of my elements are overlapping the easy slider. How to I make this so The easy slider is visible? I need the text and buttons to show.

    #866487

    Hey mcraig77,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #866489

    Attached

    #866665

    Hi mcraig77,

    There is too much text, the code below will work for the 375px screen and up, but still does not look good on the 320px screen.
    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) {  
      #av_section_1 {
        margin-top: 200px;
      }
      .responsive #top .slideshow_caption h2 {
          font-size: 16px !important;
      }
      .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
          padding-top: 10px;
      }
      .avia-caption-content p {
          margin: 0;
      }
    
      #top .avia-slideshow-button {
          padding: 10px 5px;
          margin-top: 15px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #885805

    Thanks!

    #885814

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mobile Sections overlapping Easy Slider’ is closed to new replies.