Toggle navigation
Webriti Support Forum
Categories
Discussions
Activity
Sign In
Home
›
WordPress Premium Themes
›
Quality
Mobile Slider Text View
featherwind
March 2016
in
Quality
I
would like to see the text on mobile screens for my slider i am aware of this post but this
doesn't
seem to work for me..
http://www.webriti.com/support/discussion/2710/about-mobile-displayed/p1
I'm
using version 2.3.3
Thanks guys
Tagged:
slider
mobile
Comments
abhishek
March 2016
Hey
kindly paste this given css code in your theme customs css box
@media
only screen and (max-width: 480px) and (min-width: 200px)
.flex-slider-center {
display: block !important;
}
let me know did it work
Thanks
Abhishek
featherwind
March 2016
No did not work..
abhishek
March 2016
Hey
featherwind
ok dont worry its look like css conflict on your end plz share Your site url plz so we assist you better
Thanks
Abhishek
featherwind
March 2016
featherandthewind.com
abhishek
March 2016
edited March 2016
Hey
plz undo previous given code and use given this
@media
only screen and (max-width: 480px) and (min-width: 200px)
{
.flex-slider-center {
display: block !important;
}
}
let me know did it work
Thanks
Abhishek
abhishek
March 2016
if custom css code not work then you have to need to remove css code from core css file
go to in your theme directory >> css >> flexslider >> flexslider.css
go to line number 342 and remove line
display: none;
Thanks
featherwind
March 2016
No. Looks to be working good now but give me a few hours to fully test it before you close thread.
Thanks guys
abhishek
March 2016
Hey
featherwind
Any update here ?
thanks
Abhishek
Sign In
or
Register
to comment.
Comments