-
AuthorPosts
-
July 10, 2015 at 4:04 am #471250
Greetings,
On larger tablets the fullwidth easy slider does not respond right and the two buttons get cut off:
http://quirktools.com/screenfly/#u=http%3A//lyonperformancesolutions.com/&w=768&h=1024&a=22&s=1When the screen size gets a bit smaller the slider responds correctly and the buttons are visible.
http://quirktools.com/screenfly/#u=http%3A//lyonperformancesolutions.com/&w=600&h=1024&a=23&s=1Admittedly I have not tested the site on actual devices but I find screenfly is almost always right
The site is: http://lyonperformancesolutions.com/ and that slider is set to Extra Large and the image is Dimensions: 1500 × 750
Help will be appreciated.
BTW I made a very killer site in one day. client is extremely happy. Thanks again for the great theme, Rob
July 10, 2015 at 3:38 pm #471529Hi rdswestnet!
I think this is happening because of the font size of the captions. Change its size for the specific screen size using media queries:
@media only screen and (min-device-width: 768px) and (max-device-width: 1078px) { h2.avia-caption-title { font-size: 38px !important; } .avia-caption-content.av_inherit_color { font-size: 30px !important; }}Cheers!
AndyJuly 10, 2015 at 8:08 pm #471706hmm. for some reason changing those pixel values has no effect at all on either caption’s font size. could you please check again?
Thanks
July 11, 2015 at 10:41 pm #471912Ah ha. The css you gave did not work because I was testing on screenfly not on an actual device (which I did say in my post :-). Device-width only works on actual devices. When I changed (min-device-width: 768px) and (max-device-width: 1078px) to (min-width: 768px) and (max–width: 1078px) your solution worked. Funny I have never encountered this issue with emulators before. Now I know. Did I mention great theme btw. Thanks
July 13, 2015 at 9:17 am #472180Hi!
glad you could figure it out!
Let us know in a new ticket if you have some more questions or issues related to the theme. We are happy to assist.
Best regards,
Andy -
AuthorPosts
- The topic ‘fullwidth easy slider responsive on tablets’ is closed to new replies.
