Hi there,
First of all: I love the enfold theme! It´s absolutely great!
But, there´s a little problem by viewing my slider on mobile devices. I get a big white border on the right side of the layerSlider. On Desktop it works fine.
http://www.timourban.de/coming-soon/
Thanks for your help.
Timo
Hi TimoUrban!
Thank you for using the theme! Glad you like it.
Please try this on Quick CSS or custom.css:
@media only screen and (max-width: 480px) {
div.ls-wp-fullwidth-helper, #top .avia-layerslider .ls-wp-container {
width: 100% !important;
}
}
Remove browser cache then reload the page a few times.
Cheers!
Ismael
Hi Ismael,
I added the Code in Quick CSS, but it doesn´t fix the issue….
Timo
Hi!
Please edit your slider and go to Global options > Layout and set responsive under to 1140 – http://i.imgur.com/bYatMmz.png
Also note that you are not using responsive layout. You can enable it in Enfold theme options > Responsive Layout active?
Regards,
Yigit
The slider-options are set as you said…
To fix the problem I activated the responsive layout. Now the slider looks right :-)
Another question: Now, on mobile-view, the nav button in the top is layered on top of my logo. How can I get my logo on mobile-devices a bit smaller?
http://www,timourban.de/coming-soon/
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img {
max-width: 85%;
height: auto !important; }}
Regards,
Yigit
Works fine, thank you very much!!