Tagged: caption, Smartphones
I figured it out with this code to not display the text and button and make the slideshow’s headline smaller. Is that ok?
@media only screen and (max-width: 480px) {
div .slideshow_caption h2 { font-size: 10px !important; }
div.avia-caption-content {display: none !important; }
.avia-slideshow-button {display: none !important; }
}
Cheers
I have another issue on this page anyway:
On iPad PORTRAIT the sidebar main menu is not aligned left with the logo. It’s on ther enfold-websites which use the sidebar menu, too.
How can I change that? Please see the screenshot:
Thanks,
Jan :)
Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 990px) {
.html_header_sidebar .logo { padding-left: 25px; }}
Regards,
Yigit
Perfect, thank you! :)