Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #410524

    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!

    #410538

    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

    #410566
    This reply has been marked as private.
    #411363

    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

    #412048

    Thanks Its Work!!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Responsive issue’ is closed to new replies.