Hi I have problem with the responsive
I created a code block with text and background color and when I check on small screens its not working respunsive
Do you have any advice?
you can see here the screneshoot: http://screencast.com/t/sjraSUZgh2P
http://screencast.com/t/XZ6k7Yg6f
Thanks!
Hey Lev!
Please try adding following code to Quick CSS
@media only screen and (max-width: 768px) {
#sliderhp .av_two_third {
margin-left: 0%!important;
width: 100%;
}
#sliderhp .av_one_third {
margin-left: 0%!important;
width: 60%!important;
}}
Regards,
Yigit
Hey!
Adjust the css media queries above:
@media only screen and (max-width: 1800px) {
#sliderhp .av_two_third {
margin-left: 0%!important;
width: 100%;
}
#sliderhp .av_one_third {
margin-left: 0%!important;
width: 60%!important;
}}
Or use a layer slider. Set the right part of the slider as layer slider logo on Slider Settings.
Regards,
Ismael
Thanks Its Work!!!