Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #716095

    When I view the site on a phone, the Logo area (and menu button) are covering almost half of the full length slider (avia layout builder media element not revolution slider). The other pages of the site do not have an issue with this (when it’s just the banner), just on the home page where the full length slider is.

    I appreciate your help.

    #716097

    sorry, the site is http://www.shieldalarmohio.com

    #716263

    Hi,

    I get a coming soon screen on the page you linked to, please post admin login details in private so that we can have a look at your site.

    Best regards,
    Rikard

    #716427

    Below

    #717552

    Hi!

    Thank you for the info. You can increase the height of the slider on mobile view.

    @media only screen and (max-width: 767px) {
        .avia-slideshow-inner {
            height: 400px !important;
        }
    
        .av-video-slide .mejs-mediaelement {
            height: 150%;
            margin-top: -13%;
        }
    }

    Best regards,
    Ismael

    #718037

    I tried adding this code to my css file and it did increase theslizer size, however, it just added black space after the bottem of the slider image and did not correct the alignment/overlapping error created by the menu/logo area.

    #719325

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 480px) {
    .avia-caption-title {
        margin-bottom: 0;
    }
    .avia-slideshow-button {
        margin-top: 0!important;
    }
    .slideshow_align_caption p {
        margin: 0;
    }}
    

    Best regards,
    Yigit

    #721200

    I tried that and it only effects the elements within the main content area. It doesn’t effect the logo and menu content area from overlapping the main content area.

    #721591

    Hi,

    Can you please post a screenshot showing the issue? I am not sure if we are on the same page. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Best regards,
    Yigit

    #721596
    #722773

    Hi,

    You removed our first css suggestion. We added it back and then adjusted a few values. Please remove browser cache before checking the page. If you want to adjust the values, please go to the Quick CSS field.

    
    @media only screen and (max-width: 767px) {
        .avia-slideshow-inner {
            height: 400px !important;
        }
    
    .av_slideshow_full li img {
        border-radius: 0px;
        height: 400px;
        max-width: 200% !important;
        width: 200% !important;
        margin-left: -50%;
    }
    }

    Best regards,
    Ismael

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