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

    Hi team,
    On mobile view the full screen slider seems to display the heading, text and button towards the bottom of the slider. Can this be centre aligned vertically? See screen shots showing my mobile view….
    https://ibb.co/Jndc993
    https://ibb.co/xCMW4GN

    Also, how do I turn off navigation arrows on mobile view only? (Leaving the button navigations at the bottom).

    Many thanks

    #1105986

    Hey marsh1984,

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

    CSS Snippet:

    
    /* CSS - */
    
    @media only screen and(max-width: 767px) {
    #top .avia-fullscreen-slider .slideshow_align_caption {
        vertical-align: top;
    }
    #top .avia-fullscreen-slider .avia-slideshow-arrows {
        display:none;
    }}
    
    
    

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    #1108971

    Hi there, I did as follows and appears to have no effect? Is it possible to check from your end?
    Thanks

    #1109248

    Hi marsh1984,

    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) {
      .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
          padding-top: 40px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1111531

    Thanks.
    The arrows still display on mobile may I have them removed please.
    Also, the full screen slider sits just below the bottom of the mobile screen I think due to top bar pushing it down.
    Here are screen shots showing full screen slider:
    https://ibb.co/TcnJ0VM
    https://ibb.co/GM0yPpZ

    Thanks

    #1112018

    Hi marsh1984,

    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) {
      .avia-slideshow-arrows.avia-slideshow-controls {
        display: none;
      }
    }
    

    You can try using the header transparency on mobile

    If you need further assistance please let us know.

    Best regards,
    Victoria

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