WebSite X5Help Center

 
Robert A.
Robert A.
User

Can I hIde a button at desktop resolution?  en

Author: Robert A.
Visited 1058, Followers 3, Shared 0  

I have a button on a page that I don't want at full desktop resolution but do want at all lower ones - is there a way to do that?

Boy it would be nice if each row on a page could be individually ON or OFF at each of the pre-set resolutions.

The page is at www.winghigh2020.co.uk  and the button is 'Bestselling Title...'

Posted on the
5 ANSWERS - 2 USEFUL
Paul M.
Paul M.
Moderator

Hello Robert,

You can't do that by default...  you can do the opposite (hide objects at lower resolutions), but you probably already know that.

The software is constantly evolving.  I encourage you to open an 'Idea' post suggesting that Incomedia include this option in a future release.

Or I can turn the post into an Idea for you on your behalf if you prefer.

Kind regards,

Paul

Search the WebSite X5 Help Center

Read more
Posted on the from Paul M.
Aleksej H.
Aleksej H.
Moderator

Hello.Try pasting this code on the page.You can find out how to embed code on a page here.

<style>
@media (min-width: 960px) {
#imObjectButton_184_button {
display: none;
}
}
</style>

Read more
Posted on the from Aleksej H.
Robert A.
Robert A.
User
Author

Hello Paul,

Yes, please make it an 'idea' :)

Thanks, Robert.

Read more
Posted on the from Robert A.
Robert A.
Robert A.
User
Author

Hello Aleksej,

Since there was no link with : "You can find out how to embed code on a page here." I tried adding an HTML block before the button and entering the code - YIPPEE IT WORKS - Thank you very much.

All the best,

Robert.

Read more
Posted on the from Robert A.