-
Jared
ParticipantIs there a way to turn off the featured posts in the mobile version of the Esplanade theme? I love the featured posts on the full site but they get in the way (all stack in a long list) on the mobile view.
Daniel Tara
KeymasterIn style.css below the breakpoint
@media screen and (max-width: 640px)
add this ruleset:#slider { display: none; }
Jared
ParticipantThanks a lot! That works when I resize browsers on my laptop, but not on either of my phone browsers. Odd. I’ll have to check another phone. Thanks.
Jared
ParticipantScrap my last comment. It totally worked. I just had a widget interfering with it (jetpack mobile theme was enabled and getting in the way). Once I deactivated the widget, everything worked perfectly. The mobile version of Esplanade looks awesome.
Thanks a million!
mbz
ParticipantUseful tip!
However, how can i make Sticky Posts Slider post titles fit the smaller screen of a mobile phone?
Currently, the slider headlines and excerpts are too big for mobile view. They are truncated or are hidden under the mobile navigation bar.
Similar results on a number of mobile devices (android, iOS, windows)
Thanks!
Tagged: esplanade, featured posts, Mobile
You must be logged in to reply to this topic.