Hi
is possible than the Slidershow Caption Text appears below the slidershow on mobile media screen?
thanks
Hi
is possible than the Slidershow Caption Text appears below the slidershow on mobile media screen?
thanks
Hi,
Yes. Related to you email. Here is the css code for the large screen size to match the image you sent
@media only screen and (min-width: 1160px) {
.responsive #top .template-page .slideshow {
height: 358px;
position: absolute;
width: 1048px;
left: -230px;
}
#text-5 {
background-color: rgba(0, 0, 0, 0.37);
width: 400px;
}
.sidebar .widget:last-child{
color: white;
}
}}
Please leave it in even if it doesn't look right to adjust it.
The second navigation menu in mobile phone screen size (drop down select box) is being created by your q-translation plugin. For me, one is in English the other one in Spanish.
Please hang on , working on the mobile slider question.
Thanks,
Nick
Hi Nick,
Congratulations! your solution is amazing!! Great job!!
i have two questions, i think the finally:
how can i move the slideshow?
and how can i resize it?
and which CSS tag makes text widgets appears over the slider without having put in the slideshow Caption text?
thanks again
I reply myself...
how can i move the slideshow?
#top #wrap_all .slideshow_container{
margin-top: -30px; /*/ move slider
}
and how can i resize it?
on functions.php
$avia_config['imgSize']['featured'] = array('width'=>1140, 'height'=>508 );
// images for fullsize pages and fullsize slider
Hey,
Glad you fixed it. :)
Regards,
Ismael
This topic has been closed to new replies.