Esplanade Mobile version

Viewing 5 posts - 1 through 5 (of 5 total)
  • #13162
    Jared
    Participant

    Is 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.

    #13177
    Daniel Tara
    Keymaster

    In style.css below the breakpoint @media screen and (max-width: 640px) add this ruleset:

    #slider {
    	display: none;
    }
    #13191
    Jared
    Participant

    Thanks 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.

    #13214
    Jared
    Participant

    Scrap 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!

    #22179
    mbz
    Participant

    Useful 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!

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.