- This topic has 3 replies, 2 voices, and was last updated 8 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › read more missing on mobile layout
AFI
On mobile layouts, the read more button and descriptions are missing from the sliders. Only the title box shows up. I’m using Strong theme.
Hi Kirk,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (max-width:768px){
.slidedesc, .slidebtn{display:block !important;}
}
You have to adjust font size inside this media query.
Regards,
Dave
Thank you this worked. After further consideration, I’d just like to remove the slider altogether for mobile layout and the white block that appears underneath it.
Would you mind providing css for that?
Hi Kirk,
Kindly add this code in custom css box:
@media screen and (max-width:480px){
#slidera{display:none;}
}
Regards,
Dave
Best Selling WordPress themes WordPress themes have long proved themselves as extensively reliable and user – directed online content creation and development self – hosted […]
Harmonic WordPress Themes In an effort to find consonant and tuneful website tools for music, dance, orchestra and other music and composition based websites, we […]
Online Booking System Plugins If you are engaged into a restaurant, hotel, consultant, hair salon or any other suchlike business, in which making reservation and […]