Viewing Show - Hide

Show - Hide



User: Joss D. 2 years ago
Q: is it possible to show/ hide a responsive complete row??
If so how??
User: EverWeb Support 2 years ago
Hi Joss,

It's possible to show the layout, so that you will see Responsive Row on the page.

To do that, please go to top menu bar - > Window - > Show Layout.

Let me know if any questions arise.

-------------------------------
EverWeb Customer Support
Submit Tickets or Learn More
User: Joss D. 2 years ago
Thank you for your prompt reply;
But what I am trying to do is Show/Hide on Mobiles - Tablets etc.
A complete responsive row with text and pics in it.
User: Roddy 2 years ago
I'm working on some show/hide stuff so let me know exactly what you need.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Roddy 2 years ago
I replied to your email but here it is for anybody else who needs this function ...

I posted in this forum about doing this a while back.

You can do it with the custom class feature in the Shape Options. See THIS EverWeb Widgets Blog post.

Select the row in EverWeb and open the Shape inspector
Turn down the arrow next to Advanced Options and enter your custom class name

My example class name is - hideOnMobile

Open the Page inspector and turn down the arrow next to Header/Footer Code

Paste this into the Head Code box ...

<style>
@media screen and (max-width:1109px){
.hideOnMobile{display:none}
}
</style>

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.


Post Reply
You must login or signup to post.