-
AuthorPosts
-
May 29, 2019 at 6:39 am #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/xCMW4GNAlso, how do I turn off navigation arrows on mobile view only? (Leaving the button navigations at the bottom).
Many thanks
June 1, 2019 at 7:29 am #1105986Hey 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,
VinayJune 11, 2019 at 3:48 am #1108971Hi there, I did as follows and appears to have no effect? Is it possible to check from your end?
ThanksJune 11, 2019 at 7:09 pm #1109248Hi 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,
VictoriaJune 19, 2019 at 5:10 am #1111531Thanks.
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/GM0yPpZThanks
June 20, 2019 at 5:49 pm #1112018Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.